change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user