dip-values add

This commit is contained in:
ychangkim
2026-06-09 13:06:40 +09:00
parent e64f933901
commit 5590af0ec5
@@ -110,18 +110,17 @@ openmetadata:
ingress: ingress:
enabled: true enabled: true
className: "kong" className: "apisix"
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: root-ca-issuer
cert-manager.io/duration: 8760h cert-manager.io/duration: 8760h
cert-manager.io/renew-before: 720h cert-manager.io/renew-before: 720h
konghq.com/protocols: https k8s.apisix.apache.org/plugin-config-name: https-redirect
konghq.com/https-redirect-status-code: "301"
hosts: hosts:
- host: "{{ .Name }}.{{ .Domain }}" - host: "{{ .Name }}.{{ .Domain }}"
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: Prefix
tls: tls:
- secretName: openmetadata-tls - secretName: openmetadata-tls
hosts: hosts: