Bläddra i källkod

Do not expose ollama through ingress

Victor Lavaud 2 dagar sedan
förälder
incheckning
b8c2909b84
1 ändrade filer med 19 tillägg och 19 borttagningar
  1. 19 19
      ollama/values.yaml

+ 19 - 19
ollama/values.yaml

@@ -4,25 +4,25 @@ ollama:
     type: "nvidia"
     number: 1 
 ingress:
-  enabled: true
-  className: "nginx"
-  annotations:
-    acme.cert-manager.io/http01-edit-in-place: "true"
-    cert-manager.io/cluster-issuer: "letsencrypt"
-    nginx.org/client-max-body-size: "500m"
-    nginx.org/proxy-connect-timeout: "60s"
-    nginx.org/proxy-read-timeout: "60s"
-    nginx.org/redirect-to-https: "false"
-    ingress.kubernetes.io/ssl-redirect: "false"
-  hosts:
-    - host: "llm.dodges.it"
-      paths:
-        - path: "/"
-          pathType: "Prefix"
-  tls:
-    - hosts:
-      - llm.dodges.it
-      secretName: llm-le-secret
+  enabled: false
+  # className: "nginx"
+  # annotations:
+  #   acme.cert-manager.io/http01-edit-in-place: "true"
+  #   cert-manager.io/cluster-issuer: "letsencrypt"
+  #   nginx.org/client-max-body-size: "500m"
+  #   nginx.org/proxy-connect-timeout: "60s"
+  #   nginx.org/proxy-read-timeout: "60s"
+  #   nginx.org/redirect-to-https: "true"
+  #   ingress.kubernetes.io/ssl-redirect: "true"
+  # hosts:
+  #   - host: "llm.dodges.it"
+  #     paths:
+  #       - path: "/"
+  #         pathType: "Prefix"
+  # tls:
+  #   - hosts:
+  #     - llm.dodges.it
+  #     secretName: llm-le-secret
 persistentVolume:
   enabled: "true"
   storageClass: "nfs-client"