argo1/values.yaml

39 lines
733 B
YAML
Raw Normal View History

2023-04-22 18:01:44 +00:00
argo-cd:
2023-04-22 18:40:31 +00:00
crds:
install: false
2023-04-22 18:01:44 +00:00
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
2023-04-22 18:40:31 +00:00
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: .