-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
60 lines (60 loc) · 1.2 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
dex:
enabled: false
repoServer:
metrics:
enabled: true
env:
- name: SSL_CERT_DIR
value: "/app/config/tls/"
server:
metrics:
enabled: true
env:
- name: SSL_CERT_DIR
value: "/app/config/tls/"
extraArgs:
- --insecure
config:
repositories: |
- type: helm
name: argo-cd
url: https://argoproj.github.io/argo-helm
redis:
metrics:
enabled: false
ingress:
enabled: true
ingressClassName: nginx
annotations:
external-dns.alpha.kubernetes.io/target: ingress.impl.nl
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false"
cert-manager.io/cluster-issuer: letsencrypt-production
labels: {}
path: /
pathType: Prefix
extraPaths: []
hosts:
- argocd.impl.nl
tls:
- secretName: argocd.impl.nl
hosts:
- argocd.impl.nl
applicationSet:
metrics:
enabled: true
notifications:
metrics:
enabled: true
controller:
metrics:
enabled: true
configs:
cm:
admin.enabled: true
application.resourceTrackingMethod: annotation+label
url: https://argocd.impl.nl
rbac:
create: true
params:
application.namespaces: "*"
server.insecure: true