Added helm release to authentik.
This commit is contained in:
parent
7f33a3deac
commit
9ad90c1ec0
2 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,7 @@ spec:
|
|||
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
|
||||
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
|
||||
hosts:
|
||||
- host: &host authentik.valinor.social
|
||||
- host: &host auth.valinor.social
|
||||
paths:
|
||||
- path: /
|
||||
tls:
|
||||
|
|
|
@ -5,6 +5,7 @@ kind: Kustomization
|
|||
namespace: security
|
||||
resources:
|
||||
- ./externalsecret.yaml
|
||||
- ./helmrelease.yaml
|
||||
- ./postgresCluster.yaml
|
||||
|
||||
commonLabels:
|
||||
|
|
Reference in a new issue