Change chart directory structure

This commit is contained in:
wbsong111
2026-01-19 11:11:33 +09:00
parent 113bcfdf5b
commit 1c0c62291f
5947 changed files with 4134 additions and 1 deletions
+21
View File
@@ -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