From 531d3e0bf42419a56894288b6a33643ae7366ff5 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 4 Feb 2025 14:44:50 +0100 Subject: [PATCH] Add HSTS header and discovery config 11 --- apps/templates/nextcloud-helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/templates/nextcloud-helm.yaml b/apps/templates/nextcloud-helm.yaml index c1ea6c8..5b3c6f8 100644 --- a/apps/templates/nextcloud-helm.yaml +++ b/apps/templates/nextcloud-helm.yaml @@ -51,7 +51,7 @@ spec: annotations: nginx.ingress.kubernetes.io/proxy-body-size: 100G nginx.ingress.kubernetes.io/configuration-snippet: | - more_set_headers "Strict-Transport-Security: max-age=15552000; includeSubDomains"; + more_set_headers "Strict-Transport-Security: max-age=15768000; includeSubDomains"; # kubernetes.io/tls-acme: "true" cert-manager.io/cluster-issuer: prod-cluster-issuer # # Keep this in sync with the README.md: