argocd/argo1/values.yaml

35 lines
614 B
YAML

bootstrap:
source:
repoURL: "https://git.strudelline.net/infra/argocd"
targetRevision: "main"
secrets: {enabled: true}
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