Skip to content
Snippets Groups Projects
Commit b16ed99b authored by Mart van Santen's avatar Mart van Santen
Browse files

Hardcoded service

parent 307c4ebb
No related branches found
No related tags found
1 merge request!23Resolve "Add web and kratos paths in nginx configuration"
Pipeline #12978 passed with stages
in 2 minutes and 47 seconds
......@@ -57,7 +57,7 @@ spec:
{{- if eq "true" (include "common.ingress.supportsPathType" .) }}
pathType: {{ .Values.ingress.pathType }}
{{- end }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "single-sign-on.fullname" .)-kratos-public "servicePort" "80" "context" $) | nindent 14 }}
backend: {{- include "common.ingress.backend" (dict "serviceName" "single-sign-on-kratos-public" "servicePort" "80" "context" $) | nindent 14 }}
{{- end }}
{{- range .Values.ingress.extraHosts }}
- host: {{ .name }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment