forked from BigKAA/youtube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gl-values.yaml
119 lines (103 loc) · 2.51 KB
/
gl-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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
certmanager:
install: false
postgresql:
install: false
redis:
install: false
prometheus:
install: false
nginx-ingress:
enabled: false
#registry:
# enabled: false
gitlab-runner:
install: false
global:
minio:
enabled: false
# Включаем Community Edition
edition: ce
initialRootPassword:
key: password
secret: initial-admin-password
redis:
auth:
enabled: true
secret: gitlab-redis
key: redis-password
host: gitlab-redis-master
port: 6379
psql:
host: postgres-np
port: 5432
database: gitlab
username: artur
password:
useSecret: true
secret: postgres-secret
key: POSTGRES_PASSWORD
ingress:
configureCertmanager: false
class: system-ingress
# provider: nginx
tls:
enabled: false
hosts:
domain: kryukov.local
https: false
externalIP: 192.168.218.180
appConfig:
# https://docs.gitlab.com/charts/advanced/external-object-storage/#lfs-artifacts-uploads-packages-external-diffs-terraform-state-dependency-proxy
lfs:
bucket: gitlab-lfs-storage
connection: # https://gitlab.com/gitlab-org/charts/gitlab/blob/master/doc/charts/globals.md#connection
secret: minio-credentials
key: connection
artifacts:
bucket: gitlab-artifacts-storage
connection:
secret: minio-credentials
key: connection
uploads:
bucket: gitlab-uploads-storage
connection:
secret: minio-credentials
key: connection
packages:
bucket: gitlab-packages-storage
connection:
secret: minio-credentials
key: connection
# https://docs.gitlab.com/charts/advanced/external-object-storage/#backups
backups:
bucket: gitlab-backup-storage
tmpBucket: gitlab-tmp-storage
## https://docs.gitlab.com/charts/charts/globals#outgoing-email
## Outgoing email server settings
smtp:
enabled: true
tls: false
starttls_auto: false
openssl_verify_mode: 'none'
domain: "git.kryukov.local"
address: mail-relay
port: 25
authentication: "none"
password:
secret: 'fake-mail-password'
key: 'password'
email:
from: "[email protected]"
display_name: "GitLab kryukov.local"
# https://docs.gitlab.com/charts/advanced/external-object-storage/#backups
gitlab:
toolbox:
backups:
objectStorage:
config:
secret: s3-credentials
key: config
gitaly:
persistence:
size: 50Gi
storageClass: "managed-nfs-storage"