diff --git a/manifests/helm/flowise/6.0.0/dip-values.yaml b/manifests/helm/flowise/6.0.0/dip-values.yaml index 3e24253..ad0a8b5 100644 --- a/manifests/helm/flowise/6.0.0/dip-values.yaml +++ b/manifests/helm/flowise/6.0.0/dip-values.yaml @@ -24,6 +24,7 @@ ingress: cert-manager.io/cluster-issuer: "root-ca-issuer" cert-manager.io/duration: 8760h cert-manager.io/renew-before: 720h + k8s.apisix.apache.org/plugin-config-name: https-redirect hosts: - host: "{{ .Name }}.{{ .Domain }}" paths: diff --git a/manifests/helm/kserve/0.1.0/dip-values.yaml b/manifests/helm/kserve/0.1.0/dip-values.yaml index 1ac84f2..f8c9581 100644 --- a/manifests/helm/kserve/0.1.0/dip-values.yaml +++ b/manifests/helm/kserve/0.1.0/dip-values.yaml @@ -21,6 +21,9 @@ inferenceService: ingress: annotations: cert-manager.io/cluster-issuer: "root-ca-issuer" + cert-manager.io/duration: 8760h + cert-manager.io/renew-before: 720h + k8s.apisix.apache.org/plugin-config-name: https-redirect hosts: - host: "{{ .Name }}-kserve.{{ .Namespace }}.{{ .Domain }}" tls: diff --git a/manifests/helm/langfuse/1.0.0-rc.2/dip-values.yaml b/manifests/helm/langfuse/1.0.0-rc.2/dip-values.yaml index 471b41d..13995ad 100644 --- a/manifests/helm/langfuse/1.0.0-rc.2/dip-values.yaml +++ b/manifests/helm/langfuse/1.0.0-rc.2/dip-values.yaml @@ -14,6 +14,9 @@ langfuse: enabled: true annotations: cert-manager.io/cluster-issuer: "root-ca-issuer" + cert-manager.io/duration: 8760h + cert-manager.io/renew-before: 720h + k8s.apisix.apache.org/plugin-config-name: https-redirect hosts: - host: "{{ .Name }}.{{ .Domain }}" paths: diff --git a/manifests/helm/litellm/0.4.4/dip-values.yaml b/manifests/helm/litellm/0.4.4/dip-values.yaml index d350c4a..bf11fc8 100644 --- a/manifests/helm/litellm/0.4.4/dip-values.yaml +++ b/manifests/helm/litellm/0.4.4/dip-values.yaml @@ -10,6 +10,7 @@ ingress: cert-manager.io/cluster-issuer: "root-ca-issuer" cert-manager.io/duration: 8760h cert-manager.io/renew-before: 720h + k8s.apisix.apache.org/plugin-config-name: https-redirect hosts: - host: "{{ .Name }}.{{ .Domain }}" paths: diff --git a/manifests/helm/mlflow/1.9.0/dip-values.yaml b/manifests/helm/mlflow/1.9.0/dip-values.yaml index 28bf7a8..4fe5f0a 100644 --- a/manifests/helm/mlflow/1.9.0/dip-values.yaml +++ b/manifests/helm/mlflow/1.9.0/dip-values.yaml @@ -94,6 +94,7 @@ ingress: cert-manager.io/cluster-issuer: "root-ca-issuer" cert-manager.io/duration: 8760h cert-manager.io/renew-before: 720h + k8s.apisix.apache.org/plugin-config-name: https-redirect hosts: - host: "{{ .Name }}.{{ .Domain }}" paths: diff --git a/manifests/helm/nemo/25.4.0/dip-values.yaml b/manifests/helm/nemo/25.4.0/dip-values.yaml index f2eda2a..daefbf1 100644 --- a/manifests/helm/nemo/25.4.0/dip-values.yaml +++ b/manifests/helm/nemo/25.4.0/dip-values.yaml @@ -60,6 +60,7 @@ ingress: cert-manager.io/cluster-issuer: root-ca-issuer cert-manager.io/duration: 8760h cert-manager.io/renew-before: 720h + k8s.apisix.apache.org/plugin-config-name: https-redirect className: "apisix" tls: - hosts: diff --git a/manifests/helm/open-webui/5.4.0/dip-values.yaml b/manifests/helm/open-webui/5.4.0/dip-values.yaml index 6785664..ecba803 100644 --- a/manifests/helm/open-webui/5.4.0/dip-values.yaml +++ b/manifests/helm/open-webui/5.4.0/dip-values.yaml @@ -13,6 +13,7 @@ ingress: cert-manager.io/cluster-issuer: "root-ca-issuer" cert-manager.io/duration: 8760h cert-manager.io/renew-before: 720h + k8s.apisix.apache.org/plugin-config-name: https-redirect host: "{{ .Name }}.{{ .Domain }}" tls: true existingSecret: "{{ .Name }}-tls-secret" diff --git a/manifests/helm/superset/0.13.5/dip-values.yaml b/manifests/helm/superset/0.13.5/dip-values.yaml index 1a21d91..6d292ea 100644 --- a/manifests/helm/superset/0.13.5/dip-values.yaml +++ b/manifests/helm/superset/0.13.5/dip-values.yaml @@ -13,7 +13,9 @@ configOverrides: "ENABLE_TEMPLATE_PROCESSING": True, "DASHBOARD_NATIVE_FILTERS" : True, "DASHBOARD_NATIVE_FILTERS_SET": True - } + } + proxy_fix: | + PROXY_FIX_CONFIG = {"x_for": 1, "x_proto": 1, "x_host": 1, "x_port": 0, "x_prefix": 1} enable_oauth: | from flask_appbuilder.security.manager import (AUTH_DB, AUTH_OAUTH) from superset.security import SupersetSecurityManager