Files
k8s/bootstrap/argocd/values.yaml
T

32 lines
344 B
YAML

global:
domain: argocd.guillin.ovh
configs:
params:
server.insecure: true
server:
replicas: 2
service:
type: ClusterIP
ingress:
enabled: true
ingressClassName: nginx
hosts:
- argocd.guillin.ovh
controller:
replicas: 1
repoServer:
replicas: 2
applicationSet:
replicas: 2
redis:
enabled: true