dip values add

This commit is contained in:
ychangkim
2026-06-09 14:53:33 +09:00
parent 3da2d3b4b8
commit 409536ee7c
3 changed files with 3 additions and 0 deletions
@@ -116,6 +116,7 @@ ingress:
cert-manager.io/duration: 8760h cert-manager.io/duration: 8760h
cert-manager.io/renew-before: 720h cert-manager.io/renew-before: 720h
k8s.apisix.apache.org/plugin-config-name: https-redirect k8s.apisix.apache.org/plugin-config-name: https-redirect
k8s.apisix.apache.org/enable-websocket: "true"
hosts: hosts:
- host: "{{ .Name }}.{{ .Domain }}" - host: "{{ .Name }}.{{ .Domain }}"
paths: paths:
@@ -19,6 +19,7 @@ ingress:
cert-manager.io/duration: 8760h cert-manager.io/duration: 8760h
cert-manager.io/renew-before: 720h cert-manager.io/renew-before: 720h
k8s.apisix.apache.org/plugin-config-name: https-redirect k8s.apisix.apache.org/plugin-config-name: https-redirect
k8s.apisix.apache.org/enable-websocket: "true"
tls: true tls: true
persistence: persistence:
@@ -23,6 +23,7 @@ ingress:
cert-manager.io/duration: "8760h" cert-manager.io/duration: "8760h"
cert-manager.io/renew-before: "720h" cert-manager.io/renew-before: "720h"
k8s.apisix.apache.org/plugin-config-name: oidc-keycloak-authz k8s.apisix.apache.org/plugin-config-name: oidc-keycloak-authz
k8s.apisix.apache.org/enable-websocket: "true"
hosts: hosts:
- host: "{{ .Name }}.{{ .Domain }}" - host: "{{ .Name }}.{{ .Domain }}"
paths: paths: