@@ -69,14 +69,14 @@ data:
69
69
proxy_pass http://{{ include "langsmith.fullname" . }}-{{ .Values.platformBackend.name }}:{{ .Values.platformBackend.service.port }};
70
70
}
71
71
72
- location = /{{ .Values.ingress.subdomain }}/api/v1/runs/multipart {
73
- rewrite /{{ .Values.ingress.subdomain }}/api/v1/runs/multipart /runs/multipart break;
74
- proxy_set_header Connection '';
75
- proxy_http_version 1.1;
76
- proxy_buffering off;
77
- proxy_cache off;
78
- proxy_pass http://{{ include "langsmith.fullname" . }}-{{ .Values.platformBackend.name }}:{{ .Values.platformBackend.service.port }};
79
- }
72
+ {{/* location = /{{ .Values.ingress.subdomain }}/api/v1/runs/multipart {*/}}
73
+ {{/* rewrite /{{ .Values.ingress.subdomain }}/api/v1/runs/multipart /runs/multipart break;*/}}
74
+ {{/* proxy_set_header Connection '';*/}}
75
+ {{/* proxy_http_version 1.1;*/}}
76
+ {{/* proxy_buffering off;*/}}
77
+ {{/* proxy_cache off;*/}}
78
+ {{/* proxy_pass http://{{ include "langsmith.fullname" . }}-{{ .Values.platformBackend.name }}:{{ .Values.platformBackend.service.port }};*/}}
79
+ {{/* }*/} }
80
80
81
81
location = /{{ .Values.ingress.subdomain }}/api/v1/runs/batch {
82
82
rewrite /{{ .Values.ingress.subdomain }}/api/v1/runs/batch /runs/batch break;
@@ -257,14 +257,14 @@ data:
257
257
proxy_pass http://{{ include "langsmith.fullname" . }}-{{ .Values.platformBackend.name }}:{{ .Values.platformBackend.service.port }};
258
258
}
259
259
260
- location = /api/v1/runs/multipart {
261
- rewrite /api/v1/runs/multipart /runs/multipart break;
262
- proxy_set_header Connection '';
263
- proxy_http_version 1.1;
264
- proxy_buffering off;
265
- proxy_cache off;
266
- proxy_pass http://{{ include "langsmith.fullname" . }}-{{ .Values.platformBackend.name }}:{{ .Values.platformBackend.service.port }};
267
- }
260
+ {{/* location = /api/v1/runs/multipart {*/}}
261
+ {{/* rewrite /api/v1/runs/multipart /runs/multipart break;*/}}
262
+ {{/* proxy_set_header Connection '';*/}}
263
+ {{/* proxy_http_version 1.1;*/}}
264
+ {{/* proxy_buffering off;*/}}
265
+ {{/* proxy_cache off;*/}}
266
+ {{/* proxy_pass http://{{ include "langsmith.fullname" . }}-{{ .Values.platformBackend.name }}:{{ .Values.platformBackend.service.port }};*/}}
267
+ {{/* }*/} }
268
268
269
269
location = /api/v1/runs/batch {
270
270
rewrite /api/v1/runs/batch /runs/batch break;
0 commit comments