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-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:
|
||||||
|
|
|
@ -5,6 +5,7 @@ kind: Kustomization
|
||||||
namespace: security
|
namespace: security
|
||||||
resources:
|
resources:
|
||||||
- ./externalsecret.yaml
|
- ./externalsecret.yaml
|
||||||
|
- ./helmrelease.yaml
|
||||||
- ./postgresCluster.yaml
|
- ./postgresCluster.yaml
|
||||||
|
|
||||||
commonLabels:
|
commonLabels:
|
||||||
|
|
Reference in a new issue