58 lines
1.1 KiB
YAML
58 lines
1.1 KiB
YAML
bootstrap:
|
|
source:
|
|
repoURL: "https://git.strudelline.net/infra/argocd"
|
|
targetRevision: "main"
|
|
path: argo1
|
|
|
|
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
|
|
# destination:
|
|
# name: in-cluster
|
|
# namespace: argocd
|
|
# source:
|
|
# path: .
|
|
# repoURL: 'https://git.strudelline.net/infra/argo1'
|
|
# targetRevision: main
|
|
# sources: []
|
|
# project: default
|
|
# syncPolicy:
|
|
# automated:
|
|
# prune: false
|
|
# selfHeal: true
|
|
# syncOptions:
|
|
# - CreateNamespace=true
|
|
# retry:
|
|
# limit: 10
|
|
# backoff:
|
|
# duration: 5s
|
|
# maxDuration: 3m0s
|
|
# factor: 2
|
|
|