51 lines
1.1 KiB
YAML
51 lines
1.1 KiB
YAML
ingress:
|
|
server:
|
|
enabled: true
|
|
ingressClassName: traefik
|
|
hosts:
|
|
- host: argocd-dev.allarddcs.nl
|
|
paths:
|
|
- "/"
|
|
tls:
|
|
- hosts:
|
|
- argocd-dev.allarddcs.nl
|
|
secretName: argocd-tls-cert
|
|
|
|
configs:
|
|
params:
|
|
# disable insecure (HTTP)
|
|
server.insecure: "false"
|
|
|
|
configs:
|
|
resource.customizations: |
|
|
rbac.authorization.k8s.io/ClusterRole:
|
|
ignoreDifferences: |
|
|
jsonPointers:
|
|
- /metadata/annotations/argocd.argoproj.io~1tracking-id
|
|
rbac.authorization.k8s.io/ClusterRoleBinding:
|
|
ignoreDifferences: |
|
|
jsonPointers:
|
|
- /metadata/annotations/argocd.argoproj.io~1tracking-id
|
|
|
|
server:
|
|
tls:
|
|
enabled: true
|
|
# name of the TLS secret (created via cert-manager)
|
|
secretName: argocd-tls-cert
|
|
|
|
repoServer:
|
|
extraArgs:
|
|
- --parallelismlimit=1
|
|
|
|
readinessProbe:
|
|
initialDelaySeconds: 10
|
|
periodSeconds: 5
|
|
timeoutSeconds: 2
|
|
failureThreshold: 10
|
|
|
|
livenessProbe:
|
|
initialDelaySeconds: 10
|
|
periodSeconds: 10
|
|
timeoutSeconds: 2
|
|
failureThreshold: 10
|