argocd/argo1/values.yaml
2023-04-23 14:24:00 -05:00

35 lines
589 B
YAML

bootstrap:
source:
repoURL: "https://git.strudelline.net/infra/argocd"
targetRevision: "main"
sealed-secrets:
enabled: true
argo-cd:
crds:
install: false
configs:
params:
"server.insecure": "true"
controller:
replicas: 1
server:
ingress:
enabled: true
hosts: &hhosts
- argocd.strudelline.net
tls:
- hosts: *hhosts
secretName: wildcard-tls
ingressGrpc:
enabled: true
hosts: &ghosts
- grpc-argocd.strudelline.net
tls:
- hosts: *ghosts
secretName: wildcard-tls