Browse Source

Stop redirecting to HTTPs for gpt.dodges.it

Victor Lavaud 6 months ago
parent
commit
833e498aa6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ollama/values.yaml

+ 2 - 2
ollama/values.yaml

@@ -13,10 +13,10 @@ ingress:
     acme.cert-manager.io/http01-edit-in-place: "true"
     acme.cert-manager.io/http01-edit-in-place: "true"
     cert-manager.io/cluster-issuer: "letsencrypt"
     cert-manager.io/cluster-issuer: "letsencrypt"
     nginx.org/client-max-body-size: "500m"
     nginx.org/client-max-body-size: "500m"
-    nginx.org/hsts: "True"
-    nginx.org/hsts-max-age: "15552000"
     nginx.org/proxy-connect-timeout: "60s"
     nginx.org/proxy-connect-timeout: "60s"
     nginx.org/proxy-read-timeout: "60s"
     nginx.org/proxy-read-timeout: "60s"
+    nginx.org/redirect-to-https: "false"
+    ingress.kubernetes.io/ssl-redirect: "false"
   hosts:
   hosts:
     - host: "llm.dodges.it"
     - host: "llm.dodges.it"
       paths:
       paths: