argo1/values.yaml
2023-04-22 13:40:31 -05:00

39 lines
733 B
YAML

argo-cd:
crds:
install: false
configs:
params:
"server.insecure": "true"
controller:
replicas: 2
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
argocd-apps:
applications:
- name: argo1
namespace: argocd
project: default
destination:
server: https://kubernetes.default.svc
namespace: argocd
source:
repoURL: https://git.strudelline.net/infra/repo1
targetRevision: HEAD
path: .