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 apiVersion: v1
kind: Secret kind: Secret
metadata: metadata:
name: magicleaps-authentication-config name: {{ .Release.Name }}-authentication-config
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
type: Opaque type: Opaque
data: data:

View File

@ -54,14 +54,14 @@ authentication:
failureThreshold: 3 failureThreshold: 3
terminationGracePeriodSeconds: 30 terminationGracePeriodSeconds: 30
services: services:
- name: magicleaps-authentication-service - name: magicleaps-authentication-alpha-service
type: ClusterIP type: ClusterIP
port: 8015 port: 8015
targetPort: 8015 targetPort: 8015
serviceMonitor: serviceMonitor:
enabled: false enabled: false
ingresses: ingresses:
- name: magicleaps-authentication-ingress - name: magicleaps-authentication-alpha-ingress
host: authentication.alpha.magicleaps.mathmast.com host: authentication.alpha.magicleaps.mathmast.com
class: nginx class: nginx
rules: rules:
@ -69,7 +69,7 @@ authentication:
pathType: Prefix pathType: Prefix
backend: backend:
service: service:
name: magicleaps-authentication-service name: magicleaps-authentication-alpha-service
port: port:
number: 8015 number: 8015
tls: tls:

View File

@ -54,14 +54,14 @@ authentication:
failureThreshold: 3 failureThreshold: 3
terminationGracePeriodSeconds: 30 terminationGracePeriodSeconds: 30
services: services:
- name: magicleaps-authentication-service - name: magicleaps-authentication-prod-service
type: ClusterIP type: ClusterIP
port: 8015 port: 8015
targetPort: 8015 targetPort: 8015
serviceMonitor: serviceMonitor:
enabled: false enabled: false
ingresses: ingresses:
- name: magicleaps-authentication-ingress - name: magicleaps-authentication-prod-ingress
host: authentication.magicleaps.mathmast.com host: authentication.magicleaps.mathmast.com
class: nginx class: nginx
rules: rules:
@ -69,7 +69,7 @@ authentication:
pathType: Prefix pathType: Prefix
backend: backend:
service: service:
name: magicleaps-authentication-service name: magicleaps-authentication-prod-service
port: port:
number: 8015 number: 8015
tls: tls:
@ -77,7 +77,7 @@ authentication:
issuerRef: issuerRef:
name: mathmast-dot-com name: mathmast-dot-com
kind: ClusterIssuer kind: ClusterIssuer
name: magicleaps-authentication-ingress-tls name: magicleaps-authentication-prod-ingress-tls
configs: configs:
tz: America/Settle tz: America/Settle
appName: magicleaps-authentication appName: magicleaps-authentication