fix bug
This commit is contained in:
parent
a1c27161e7
commit
092bdd6a2b
@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: magicleaps-authentication-config
|
||||
name: {{ .Release.Name }}-authentication-config
|
||||
namespace: {{ .Release.Namespace }}
|
||||
type: Opaque
|
||||
data:
|
||||
|
||||
@ -54,14 +54,14 @@ authentication:
|
||||
failureThreshold: 3
|
||||
terminationGracePeriodSeconds: 30
|
||||
services:
|
||||
- name: magicleaps-authentication-service
|
||||
- name: magicleaps-authentication-alpha-service
|
||||
type: ClusterIP
|
||||
port: 8015
|
||||
targetPort: 8015
|
||||
serviceMonitor:
|
||||
enabled: false
|
||||
ingresses:
|
||||
- name: magicleaps-authentication-ingress
|
||||
- name: magicleaps-authentication-alpha-ingress
|
||||
host: authentication.alpha.magicleaps.mathmast.com
|
||||
class: nginx
|
||||
rules:
|
||||
@ -69,7 +69,7 @@ authentication:
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: magicleaps-authentication-service
|
||||
name: magicleaps-authentication-alpha-service
|
||||
port:
|
||||
number: 8015
|
||||
tls:
|
||||
|
||||
@ -54,14 +54,14 @@ authentication:
|
||||
failureThreshold: 3
|
||||
terminationGracePeriodSeconds: 30
|
||||
services:
|
||||
- name: magicleaps-authentication-service
|
||||
- name: magicleaps-authentication-prod-service
|
||||
type: ClusterIP
|
||||
port: 8015
|
||||
targetPort: 8015
|
||||
serviceMonitor:
|
||||
enabled: false
|
||||
ingresses:
|
||||
- name: magicleaps-authentication-ingress
|
||||
- name: magicleaps-authentication-prod-ingress
|
||||
host: authentication.magicleaps.mathmast.com
|
||||
class: nginx
|
||||
rules:
|
||||
@ -69,7 +69,7 @@ authentication:
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: magicleaps-authentication-service
|
||||
name: magicleaps-authentication-prod-service
|
||||
port:
|
||||
number: 8015
|
||||
tls:
|
||||
@ -77,7 +77,7 @@ authentication:
|
||||
issuerRef:
|
||||
name: mathmast-dot-com
|
||||
kind: ClusterIssuer
|
||||
name: magicleaps-authentication-ingress-tls
|
||||
name: magicleaps-authentication-prod-ingress-tls
|
||||
configs:
|
||||
tz: America/Settle
|
||||
appName: magicleaps-authentication
|
||||
|
||||
Loading…
Reference in New Issue
Block a user