Restructure and variablize config
This commit is contained in:
parent
419bb286d4
commit
c6eed359e1
14 changed files with 122 additions and 28 deletions
|
|
@ -5,7 +5,7 @@ server:
|
|||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
hostname: argocd.dumpnet.chat
|
||||
hostname: argocd.{{ .Values.domain }}
|
||||
tls: true
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue