Clear ingress annotations in values.yaml for open-webui chart

This commit is contained in:
Ido777 2025-02-09 22:29:53 +02:00
parent 9c5db2ccd2
commit d23608a778

View File

@ -164,16 +164,16 @@ ingress:
enabled: false enabled: false
class: "" class: ""
# -- Use appropriate annotations for your Ingress controller, e.g., for NGINX: # -- Use appropriate annotations for your Ingress controller, e.g., for NGINX:
annotations: annotations: {}
# Example for GKE Ingress # # Example for GKE Ingress
kubernetes.io/ingress.class: "gce" # kubernetes.io/ingress.class: "gce"
kubernetes.io/ingress.global-static-ip-name: "open-webui-external-ip" # you need to create this address in GCP console # kubernetes.io/ingress.global-static-ip-name: "open-webui-external-ip" # you need to create this address in GCP console
# Force HTTP to redirect to HTTPS # # Force HTTP to redirect to HTTPS
nginx.ingress.kubernetes.io/force-ssl-redirect: "true" # nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/ssl-redirect: "true" # nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/permanent-redirect: "https://chat.example.com" # nginx.ingress.kubernetes.io/permanent-redirect: "https://chat.example.com"
networking.gke.io/managed-certificates: "mydomain-chat-cert" # networking.gke.io/managed-certificates: "mydomain-chat-cert"
# nginx.ingress.kubernetes.io/rewrite-target: / # # nginx.ingress.kubernetes.io/rewrite-target: /
host: "chat.example.com" # update to your real domain host: "chat.example.com" # update to your real domain
additionalHosts: [] additionalHosts: []
tls: false tls: false