dip values add

This commit is contained in:
ychangkim
2026-06-09 16:30:22 +09:00
parent 409536ee7c
commit 4064cd8971
8 changed files with 14 additions and 1 deletions
@@ -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:
@@ -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:
@@ -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:
@@ -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:
@@ -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:
@@ -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:
@@ -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"
@@ -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