Update ingress.
This commit is contained in:
parent
7f12297b06
commit
bdf21ef4fa
1 changed files with 2 additions and 2 deletions
|
@ -78,11 +78,11 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/target: ingress.hsn.dev
|
external-dns.alpha.kubernetes.io/target: ingress.valinor.social
|
||||||
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.hsn.dev
|
- host: &host authentik.valinor.social
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
tls:
|
tls:
|
||||||
|
|
Reference in a new issue