mirror of
https://github.com/alexohneander/alexohneander-astro.git
synced 2025-08-21 05:41:34 +00:00
Update values-prod.yaml
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user