-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
65 lines (65 loc) · 1.35 KB
/
values.yaml
File metadata and controls
65 lines (65 loc) · 1.35 KB
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
61
62
63
64
65
ingress-nginx:
namespaceOverride: ingress-nginx
controller:
service:
type: NodePort
admissionWebhooks:
enabled: false
jenkins:
namespaceOverride: jenkins
controller:
admin:
username: admin
password: root
resources:
requests:
cpu: 50m
memory: 256Mi
limits:
cpu: 2000m
memory: 3800Mi
podSecurityContextOverride:
runAsUser: 0
runAsGroup: 1000
containerSecurityContext:
runAsUser: 0
runAsGroup: 1000
readOnlyRootFilesystem: false
jenkinsUriPrefix: /jenkins
ingress:
enabled: true
ingressClassName: nginx
path: /jenkins
pathType: Prefix
persistence:
enable: true
accessMode: ReadWriteOnce
size: 8Gi
argo-cd:
global:
domain: ""
namespaceOverride: argocd
configs:
params:
server.insecure: true
server.basehref: /argocd
server.rootpath: /argocd
secret:
argocdServerAdminPassword: $2a$10$RWpZ6fkKYfdiR2kdqbmX..u7JovSTTzU7PZemf3TCdRkG6BIdu1D2 # root
controller:
replicas: 1
dex:
enabled: false
server:
replicas: 1
ingress:
enabled: true
annotations:
nginx.ingress.kubernetes.io/backend-protocol: HTTP
ingressClassName: nginx
path: /argocd
notifications:
cm:
create: false
secret:
create: false