diff --git a/deployments/auth/authentik.yaml b/deployments/auth/authentik.yaml index 68e607b..3495270 100644 --- a/deployments/auth/authentik.yaml +++ b/deployments/auth/authentik.yaml @@ -34,33 +34,19 @@ spec: disableWait: false timeout: 10m values: - secret: - create: false - existingSecret: authentik-secret + authentik: + secret_key: 'testtesttesttesttesttest' + server: ingress: - env: - - name: SECRET_KEY - valueFrom: - secretKeyRef: - name: authentik-secret - key: secret-key enabled: true - ingressClassName: traefik - annotations: - cert-manager.io/cluster-issuer: "letsencrypt-prod" - external-dns.alpha.kubernetes.io/hostname: auth.hxme.net hosts: - - host: auth.hxme.net - paths: - - path: / - pathType: Prefix - tls: - - secretName: authentik-tls - hosts: - - auth.hxme.net - postgresql: - enabled: true # Set to false if using external DB - redis: - enabled: true # Set to false if using external Redis + - auth.hxme.net + postgresql: + enabled: true + auth: + password: "JustAShitPassword" + + redis: + enabled: true diff --git a/deployments/kustomization.yaml b/deployments/kustomization.yaml index 04b8189..92e5910 100644 --- a/deployments/kustomization.yaml +++ b/deployments/kustomization.yaml @@ -12,6 +12,5 @@ resources: - dns/bind.yaml - dns/externaldns.yaml - ssl/certmanager.yaml - - auth/authentik.yaml - files/nextcloud.yaml - files/syncthing.yaml