update TLS config on ingresses
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
image:
|
||||
repository: nextcloud
|
||||
tag: "29.0.6" #https://hub.docker.com/_/nextcloud/tags?page=1&name=28.
|
||||
tag: "30.0.15" #https://hub.docker.com/_/nextcloud/tags?page=1&name=28.
|
||||
flavor: apache
|
||||
# pullSecrets: regcred
|
||||
|
||||
@@ -14,9 +14,12 @@ ingress:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
traefik.ingress.kubernetes.io/custom-response-headers: "Access-Control-Allow-Origin:*||Access-Control-Allow-Methods:GET,POST,OPTIONS||Access-Control-Allow-Headers:DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range||Access-Control-Expose-Headers:Content-Length,Content-Range"
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
|
||||
tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames
|
||||
- secretName: xai-corp-production-tls
|
||||
- secretName: xai-corp-production-tls-xaibox
|
||||
hosts:
|
||||
- xaibox.xai-corp.net
|
||||
|
||||
nextcloud:
|
||||
# image: xaicorp/nextcloud
|
||||
|
||||
Reference in New Issue
Block a user