Added helm release to authentik.

This commit is contained in:
Joseph Hanson 2023-10-09 16:21:23 -05:00
parent 7f33a3deac
commit 9ad90c1ec0
2 changed files with 2 additions and 1 deletions

View file

@ -82,7 +82,7 @@ spec:
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600" nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600" nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
hosts: hosts:
- host: &host authentik.valinor.social - host: &host auth.valinor.social
paths: paths:
- path: / - path: /
tls: tls:

View file

@ -5,6 +5,7 @@ kind: Kustomization
namespace: security namespace: security
resources: resources:
- ./externalsecret.yaml - ./externalsecret.yaml
- ./helmrelease.yaml
- ./postgresCluster.yaml - ./postgresCluster.yaml
commonLabels: commonLabels: