diff --git a/ingress/Traefik2.x/helmchartconfig-traefik.yaml b/ingress/Traefik2.x/helmchartconfig-traefik.yaml index e9c9558..c9732d7 100644 --- a/ingress/Traefik2.x/helmchartconfig-traefik.yaml +++ b/ingress/Traefik2.x/helmchartconfig-traefik.yaml @@ -69,8 +69,8 @@ spec: stsSeconds: 315360000 stsIncludeSubdomains: true stsPreload: true - compression: - compress: {} + # compression: + # compress: {} tls: options: defaults: diff --git a/services/Argus/ingressroute-argus.yml b/services/Argus/ingressroute-argus.yml index 559b84c..91bd9b9 100644 --- a/services/Argus/ingressroute-argus.yml +++ b/services/Argus/ingressroute-argus.yml @@ -15,4 +15,4 @@ spec: middlewares: - name: 2fa-authentication@file - name: security-headers@file - - name: compression@file + # - name: compression@file diff --git a/services/Authelia/ingressroute-authelia.yaml b/services/Authelia/ingressroute-authelia.yaml index 33d17de..11aed54 100644 --- a/services/Authelia/ingressroute-authelia.yaml +++ b/services/Authelia/ingressroute-authelia.yaml @@ -14,4 +14,4 @@ spec: port: 9091 middlewares: - name: security-headers@file - - name: compression@file + # - name: compression@file diff --git a/services/Gotify/ingressroute-gotify.yaml b/services/Gotify/ingressroute-gotify.yaml index b5db5b6..7d9f63c 100644 --- a/services/Gotify/ingressroute-gotify.yaml +++ b/services/Gotify/ingressroute-gotify.yaml @@ -14,4 +14,4 @@ spec: port: 80 middlewares: - name: security-headers@file - - name: compression@file + # - name: compression@file diff --git a/services/Guacamole/ingressRoute-Guacamole.yml b/services/Guacamole/ingressRoute-Guacamole.yml index e8ca8d2..5ce15cd 100644 --- a/services/Guacamole/ingressRoute-Guacamole.yml +++ b/services/Guacamole/ingressRoute-Guacamole.yml @@ -15,4 +15,4 @@ spec: middlewares: - name: prepend-path-guacamole - name: security-headers@file - - name: compression@file + # - name: compression@file diff --git a/services/Lighttpd/ingressroute-lighttpd.yaml b/services/Lighttpd/ingressroute-lighttpd.yaml index d787692..615c6f0 100644 --- a/services/Lighttpd/ingressroute-lighttpd.yaml +++ b/services/Lighttpd/ingressroute-lighttpd.yaml @@ -14,4 +14,4 @@ spec: port: 8080 middlewares: - name: security-headers@file - - name: compression@file + # - name: compression@file diff --git a/services/Memos/ingressroute-memos.yaml b/services/Memos/ingressroute-memos.yaml index 29f165a..bfb7cf9 100644 --- a/services/Memos/ingressroute-memos.yaml +++ b/services/Memos/ingressroute-memos.yaml @@ -14,4 +14,4 @@ spec: port: 5230 middlewares: - name: security-headers@file - - name: compression@file + # - name: compression@file diff --git a/services/PVR/Prowlarr/ingressroute-prowlarr.yaml b/services/PVR/Prowlarr/ingressroute-prowlarr.yaml index d368dcb..1af63d6 100644 --- a/services/PVR/Prowlarr/ingressroute-prowlarr.yaml +++ b/services/PVR/Prowlarr/ingressroute-prowlarr.yaml @@ -15,4 +15,4 @@ spec: middlewares: - name: 2fa-authentication@file - name: security-headers@file - - name: compression@file + # - name: compression@file diff --git a/services/PVR/Radarr/ingressroute-radarr.yaml b/services/PVR/Radarr/ingressroute-radarr.yaml index e7ab565..44ef416 100644 --- a/services/PVR/Radarr/ingressroute-radarr.yaml +++ b/services/PVR/Radarr/ingressroute-radarr.yaml @@ -15,4 +15,4 @@ spec: middlewares: - name: 2fa-authentication@file - name: security-headers@file - - name: compression@file + # - name: compression@file diff --git a/services/PVR/SABnzbd/ingressroute-sabnzbd.yaml b/services/PVR/SABnzbd/ingressroute-sabnzbd.yaml index feaa489..9d09bd2 100644 --- a/services/PVR/SABnzbd/ingressroute-sabnzbd.yaml +++ b/services/PVR/SABnzbd/ingressroute-sabnzbd.yaml @@ -15,4 +15,4 @@ spec: middlewares: - name: 2fa-authentication@file - name: security-headers@file - - name: compression@file + # - name: compression@file diff --git a/services/PVR/Sonarr/ingressroute-sonarr.yaml b/services/PVR/Sonarr/ingressroute-sonarr.yaml index 684bd0d..ee7bff5 100644 --- a/services/PVR/Sonarr/ingressroute-sonarr.yaml +++ b/services/PVR/Sonarr/ingressroute-sonarr.yaml @@ -15,4 +15,4 @@ spec: middlewares: - name: 2fa-authentication@file - name: security-headers@file - - name: compression@file + # - name: compression@file diff --git a/services/PVR/ingressRoute-PVR.yml.template b/services/PVR/ingressRoute-PVR.yml.template index f9a3198..d8d8c11 100644 --- a/services/PVR/ingressRoute-PVR.yml.template +++ b/services/PVR/ingressRoute-PVR.yml.template @@ -14,7 +14,7 @@ spec: port: 7878 middlewares: - name: security-headers@file - - name: compression@file + # - name: compression@file - match: Host(`index.pvr.spamasaurus.com`) && (Headers(`X-Api-Key`, ``) || Query(`apikey=`)) kind: Rule services: @@ -22,7 +22,7 @@ spec: port: 9696 middlewares: - name: security-headers@file - - name: compression@file + # - name: compression@file - match: Host(`download.pvr.spamasaurus.com`) && (Headers(`X-Api-Key`, ``) || Query(`apikey=`)) kind: Rule services: @@ -30,7 +30,7 @@ spec: port: 8080 middlewares: - name: security-headers@file - - name: compression@file + # - name: compression@file - match: Host(`series.pvr.spamasaurus.com`) && (Headers(`X-Api-Key`, ``) || Query(`apikey=`)) kind: Rule services: @@ -38,4 +38,4 @@ spec: port: 8989 middlewares: - name: security-headers@file - - name: compression@file + # - name: compression@file diff --git a/services/Vaultwarden/ingressroute-vaultwarden.yaml b/services/Vaultwarden/ingressroute-vaultwarden.yaml index 041bc65..3115276 100644 --- a/services/Vaultwarden/ingressroute-vaultwarden.yaml +++ b/services/Vaultwarden/ingressroute-vaultwarden.yaml @@ -14,7 +14,7 @@ spec: port: 8080 middlewares: - name: security-headers@file - - name: compression@file + # - name: compression@file - match: Host(`vault.spamasaurus.com`) && Path(`/notifications/hub`) kind: Rule services: @@ -22,4 +22,4 @@ spec: port: 3012 middlewares: - name: security-headers@file - - name: compression@file + # - name: compression@file diff --git a/storage/Longhorn/values.yaml b/storage/Longhorn/values.yaml index 26caf68..aeffce5 100644 --- a/storage/Longhorn/values.yaml +++ b/storage/Longhorn/values.yaml @@ -4,4 +4,5 @@ ingress: enabled: true host: storage.spamasaurus.com annotations: - traefik.ingress.kubernetes.io/router.middlewares: 2fa-authentication@file,security-headers@file,compression@file +# traefik.ingress.kubernetes.io/router.middlewares: 2fa-authentication@file,security-headers@file,compression@file + traefik.ingress.kubernetes.io/router.middlewares: 2fa-authentication@file,security-headers@file diff --git a/system/ArgoCD/values.yaml b/system/ArgoCD/values.yaml index b824a55..1a88d9b 100644 --- a/system/ArgoCD/values.yaml +++ b/system/ArgoCD/values.yaml @@ -7,4 +7,5 @@ server: ingress: enabled: true annotations: - traefik.ingress.kubernetes.io/router.middlewares: security-headers@file,compression@file +# traefik.ingress.kubernetes.io/router.middlewares: security-headers@file,compression@file + traefik.ingress.kubernetes.io/router.middlewares: security-headers@file