more-charts

This commit is contained in:
Morten Olsen
2025-09-03 21:41:58 +02:00
parent 00d90bfa21
commit 4d46998668
51 changed files with 591 additions and 108 deletions

View File

@@ -6,5 +6,5 @@ spec:
environment: '{{ .Values.environment }}'
redirectUris:
- path: /sso/OID/redirect/Authentik
subdomain: '{{ .Values.subdomain }}'
subdomain: '{{ .Values.globals.subdomain }}'
matchingMode: strict

View File

@@ -5,7 +5,7 @@ metadata:
spec:
strategy:
type: Recreate
replicas: 1
replicas: 1
selector:
matchLabels:
app: '{{ .Release.Name }}'

View File

@@ -3,7 +3,7 @@ kind: ExternalHttpService
metadata:
name: '{{ .Release.Name }}'
spec:
environment: '{{ .Values.environment }}'
environment: '{{ .Values.globals.environment }}'
subdomain: '{{ .Values.subdomain }}'
destination:
host: '{{ .Release.Name }}.{{ .Release.Namespace }}.svc.cluster.local'