This commit is contained in:
allard
2025-11-24 13:04:28 +01:00
parent cbde370fc1
commit 66d03718c1
11 changed files with 16 additions and 821 deletions

View File

@@ -22,4 +22,18 @@ server:
# name of the TLS secret (created via cert-manager)
secretName: argocd-tls-cert
# If you want HA, you can also configure replicas, etc.
repoServer:
extraArgs:
- --parallelismlimit=1
readinessProbe:
initialDelaySeconds: 10
periodSeconds: 5
timeoutSeconds: 2
failureThreshold: 10
livenessProbe:
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 2
failureThreshold: 10