update TLS config on ingresses
This commit is contained in:
@@ -33,6 +33,8 @@ ingress:
|
||||
# Warning! The configuration is dependant on your current k8s API version capabilities (networking.k8s.io/v1)
|
||||
tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames
|
||||
- secretName: xai-corp-production-tls
|
||||
hosts:
|
||||
- stash.xai-corp.net
|
||||
annotations:
|
||||
ingress.kubernetes.io/force-hsts: "true"
|
||||
ingress.kubernetes.io/hsts-max-age: "315360000"
|
||||
|
||||
Reference in New Issue
Block a user