dumpnet-argo/charts/argocd/values.yaml

12 lines
243 B
YAML
Raw Normal View History

# 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