-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgitlab.values.yaml
65 lines (65 loc) · 1.2 KB
/
gitlab.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
61
62
63
64
65
gitlab:
toolbox:
enabled: true
extraVolumes: |-
- name: piper-config
configMap:
name: piper-setup
extraVolumeMounts: |-
- mountPath: /tmp/scripts/piper-setup.rb
name: piper-config
subPath: piper-setup.rb
readOnly: true
gitlab-shell:
enabled: true
gitlab-pages:
enabled: false
gitlab-exporter:
enabled: false
kas:
minReplicas: 1
webservice:
enabled: true
minReplicas: 1
ingress:
requireBasePath: false
global:
gitlab:
license:
key: license_key
secret: gitlab-license
hosts:
domain: localhost
https: false
gitlab:
name: localhost
https: false
ingress:
enabled: true
configureCertmanager: false
tls:
enabled: false
redis:
install: false
traefik:
enabled: false
gitlab-runner:
install: false
registry:
enabled: false
prometheus:
install: false
certmanager:
installCRDs: false
install: false
nginx-ingress:
controller:
ingressClassResource:
name: gitlab-nginx
controllerValue: "k8s.io/ingress-nginx-gitlab"
replicaCount: 1
minAavailable: 1
service:
type: NodePort
nodePorts:
http: 32080