forked from IBM/Kubernetes-container-service-GitLab-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-persistent.yaml
56 lines (49 loc) · 970 Bytes
/
config-persistent.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
---
# note: this is using a forked repo of
# the gitlab chart for minio security context
# https://gitlab.com/AnthonyAmanse/gitlab
global:
hosts:
domain: <INGRESS_SUBDOMAIN>
externalIP: <ALB_IP>
ingress:
configureCertmanager: false
tls:
secretName: <INGRESS_SECRET>
class: ""
annotations:
ingress.bluemix.net/client-max-body-size: size=0
edition: ce
gitlab:
gitaly:
persistence:
size: 20Gi
storageClass: ibmc-file-gold
securityContext:
runAsUser: 0
postgresql:
persistence:
size: 20Gi
storageClass: ibmc-file-gold
securityContext:
runAsUser: 0
metrics:
enabled: false
minio:
persistence:
size: 20Gi
storageClass: ibmc-file-gold
securityContext:
runAsUser: 0
redis:
persistence:
size: 20Gi
storageClass: ibmc-file-gold
securityContext:
runAsUser: 0
certmanager:
install: false
nginx-ingress:
enabled: false
prometheus:
install: false