Skip to content

Commit

Permalink
Update configmap.yaml (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: Rakshitha650 <[email protected]>
  • Loading branch information
Rakshitha650 authored Feb 12, 2024
1 parent 41d65fd commit 23634bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/signup-ui/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ data:
gzip_proxied expired no-cache no-store private auth;
gzip_types text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript;
location /v1/esignet {
proxy_pass http://{{ .Values.signup_ui.signup_service_host }}/v1/esignet;
location /v1/signup {
proxy_pass http://{{ .Values.signup_ui.signup_service_host }}/v1/signup;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
Expand Down Expand Up @@ -117,4 +117,4 @@ data:
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 23634bc

Please sign in to comment.