Change chart directory structure

This commit is contained in:
wbsong111
2026-01-19 16:11:44 +09:00
parent 0f2284bf35
commit 0436749932
5948 changed files with 119 additions and 79 deletions
@@ -0,0 +1,21 @@
server:
ingress:
enabled: true
annotations:
# kong ingress controller 설정
konghq.com/https-redirect-status-code: "301"
konghq.com/preserve-host: "true"
konghq.com/protocols: https
# cert manager 설정
cert-manager.io/cluster-issuer: "selfsigned-issuer"
cert-manager.io/duration: 8760h
cert-manager.io/renew-before: 720h
hostname: argocd.example.org
ingressClassName: "kong"
extraTls:
- hosts:
- argocd.example.org
secretName: argocd-tls
service:
annotations:
konghq.com/protocol: https