dip-values add
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user