-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathexample_values.yaml
More file actions
70 lines (58 loc) · 1.64 KB
/
example_values.yaml
File metadata and controls
70 lines (58 loc) · 1.64 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
66
67
68
69
70
redis:
# if you're deploying to k3s w/o a say longhorn or openebs
persistence:
storageClassName: local-path
enabled: true
# used target the deployment to a specific node
nodeAffinity:
selectorMatch:
key: 'k3s.io/hostname'
values:
- 'k3s-worker-0.example.com'
postgresql:
# if you're deploying to k3s w/o a say longhorn or openebs
persistence:
storageClassName: local-path
enabled: true
# used target the deployment to a specific node
nodeAffinity:
selectorMatch:
key: 'k3s.io/hostname'
values:
- 'k3s-worker-0.example.com'
gitlab:
# if you're deploying to k3s w/o a say longhorn or openebs
persistence:
data:
storageClassName: local-path
enabled: true
service:
type: ClusterIP
http:
port: 80
ssh:
port: 2022
ingress:
enabled: true
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: 'true'
hosts:
- host: gitlab.example.com
paths:
- "/"
tls: []
# used target the deployment to a specific node
nodeAffinity:
selectorMatch:
key: 'k3s.io/hostname'
values:
- 'k3s-worker-0.example.com'
env:
host: 'gitlab.example.org'
signupEnabled: 'false'
# far from secure. user `pwgen -Bsv1 64` to generate your own keys
secrets:
dbKeyBase: 'C7WRbbVbVX4czWMFfvwXTKKKx3M9wwsLjfbn3f3nJPr7pPqgkMPwW3w49kHWdqPm'
secretKeyBase: 'C7WRbbVbVX4czWMFfvwXTKKKx3M9wwsLjfbn3f3nJPr7pPqgkMPwW3w49kHWdqPm'
otpKeyBase: 'C7WRbbVbVX4czWMFfvwXTKKKx3M9wwsLjfbn3f3nJPr7pPqgkMPwW3w49kHWdqPm'