Terraform all resources, update encryption scheme, add ingress
This commit is contained in:
parent
b34b075d10
commit
3b85d6e85b
20 changed files with 731 additions and 970 deletions
|
|
@ -1,2 +1,11 @@
|
|||
# ArgoCD helm values
|
||||
# https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml
|
||||
|
||||
server:
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
hostname: argocd.dumpnet.chat
|
||||
tls: false
|
||||
extraArgs:
|
||||
- --insecure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue