fix ingress in magicleaps
This commit is contained in:
parent
092bdd6a2b
commit
36e1523cb2
@ -10,7 +10,7 @@ metadata:
|
||||
annotations:
|
||||
opentelemetry.io/config-checksum: {{ include (print $.Template.BasePath "/authentication/opentelemetry.yaml") . | sha256sum }}
|
||||
{{- end }}
|
||||
name: "magicleaps-authentication"
|
||||
name: "{{ .Release.Name }}-authentication"
|
||||
namespace: {{ .Release.Namespace | quote }}
|
||||
spec:
|
||||
selector:
|
||||
|
||||
@ -62,7 +62,7 @@ authentication:
|
||||
enabled: false
|
||||
ingresses:
|
||||
- name: magicleaps-authentication-prod-ingress
|
||||
host: authentication.magicleaps.mathmast.com
|
||||
host: authentication.prod.magicleaps.mathmast.com
|
||||
class: nginx
|
||||
rules:
|
||||
- path: /
|
||||
|
||||
@ -62,7 +62,7 @@ authentication:
|
||||
enabled: false
|
||||
ingresses:
|
||||
- name: magicleaps-authentication-ingress
|
||||
host: authentication.magicleaps.mathmast.com
|
||||
host: authentication.default.magicleaps.mathmast.com
|
||||
class: nginx
|
||||
rules:
|
||||
- path: /
|
||||
|
||||
Loading…
Reference in New Issue
Block a user