Skip to content

Commit

Permalink
Update infra/helm/meshdb/templates/nginx_configmap.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: james-otten <[email protected]>
  • Loading branch information
Andrew-Dickinson and james-otten authored Oct 13, 2024
1 parent 5c9be09 commit e3d6dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/helm/meshdb/templates/nginx_configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data:
location / {
proxy_pass http://{{ include "meshdb.fullname" . }}-meshweb.{{ .Values.meshdb_app_namespace }}.svc.cluster.local:{{ .Values.meshweb.port }}/;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}
Expand Down

0 comments on commit e3d6dcc

Please sign in to comment.