bump: v1.11.99 #7

Merged
ange merged 10 commits from devel into staging 2025-05-03 04:24:51 +00:00
Showing only changes of commit c2459acfba - Show all commits

View File

@ -5,6 +5,20 @@ metadata:
name: app name: app
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.org/location-snippets:
nginx.ingress.kubernetes.io/configuration-snippet: |
more_set_headers X-Frame-Options SAMEORIGIN;
more_set_headers X-Content-Type-Options nosniff;
more_set_headers X-XSS-Protection "1; mode=block";
more_set_headers Content-Security-Policy "frame-ancestors 'self'";
nginx.ingress.kubernetes.io/server-snippet: |
if ($request_uri = "/") {
more_set_headers "Cache-Control: no-cache";
}
if ($request_uri ~* "^/(config.*\.json|i18n|home|sites|index\.html)$") {
more_set_headers "Cache-Control: no-cache, no-store, must-revalidate";
}
spec: spec:
ingressClassName: nginx ingressClassName: nginx
tls: tls: