Update values-prod.yaml

This commit is contained in:
Alex Wellnitz 2024-11-03 15:52:00 +01:00 committed by GitHub
parent 72e69364c0
commit 8709e60483
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,11 +11,11 @@ ingress:
kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/configuration-snippet : |
if ($request_uri ~* \.(gif|jpe?g|png|woff2)) {
expires 1M;
add_header Cache-Control "public";
}
#nginx.ingress.kubernetes.io/configuration-snippet : |
# if ($request_uri ~* \.(gif|jpe?g|png|woff2)) {
# expires 1M;
# add_header Cache-Control "public";
# }
hosts:
- host: www.wellnitz-alex.de
paths: