This commit is contained in:
Nicolas 2025-09-04 15:11:30 +08:00
parent a1c27161e7
commit 092bdd6a2b
3 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v1
kind: Secret
metadata:
name: magicleaps-authentication-config
name: {{ .Release.Name }}-authentication-config
namespace: {{ .Release.Namespace }}
type: Opaque
data:

View File

@ -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:

View File

@ -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