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