-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues-gitlab.yaml
81 lines (81 loc) · 1.4 KB
/
values-gitlab.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
global:
appConfig:
object_store:
enabled: true
connection:
secret: redacted
key: minio
hpa:
apiVersion: autoscaling/v2
minReplicas: 1
pdb:
apiVersion: policy/v1
edition: ce
hosts:
domain: example
ingress:
apiVersion: networking.k8s.io/v1
class: nginx
configureCertmanager: false
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
kas:
enabled: false
minio:
enabled: false
pages:
enabled: true
externalHttp:
- 0.0.0.0
objectStore:
enabled: true
connection:
secret: redacted
key: minio
gitlab:
webservice:
hpa:
minReplicas: 1
ingress:
proxyBodySize: 4G
tls:
secretName: redacted
kas:
ingress:
tls:
secretName: redacted
gitlab-shell:
minReplicas: 1
gitlab-pages:
useHTTPProxy: true
ingress:
enabled: false
service:
customDomains:
type: ClusterIP
toolbox:
backups:
objectStorage:
config:
secret: redacted
key: minio-s3cmd
migrations:
annotations:
argocd.argoproj.io/hook: Sync
registry:
hpa:
minReplicas: 1
storage:
secret: redacted
key: minio-registry
ingress:
tls:
secretName: redacted
certmanager:
install: false
gitlab-runner:
install: false
nginx-ingress:
enabled: false
prometheus:
install: false