diff --git a/helm/signup-ui/templates/configmap.yaml b/helm/signup-ui/templates/configmap.yaml index 52e64f97..a7e56ef5 100644 --- a/helm/signup-ui/templates/configmap.yaml +++ b/helm/signup-ui/templates/configmap.yaml @@ -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; @@ -117,4 +117,4 @@ data: {{ $key }}: {{ $value | quote }} {{- end }} {{- end }} - {{- end }} \ No newline at end of file + {{- end }}