2019-09-06 17:47:47 -04:00
|
|
|
global:
|
|
|
|
appConfig:
|
|
|
|
enableUsagePing: false
|
|
|
|
imagePullPolicy: Always
|
|
|
|
ingress:
|
|
|
|
annotations:
|
|
|
|
external-dns.alpha.kubernetes.io/ttl: 10
|
|
|
|
configureCertmanager: false
|
|
|
|
tls:
|
|
|
|
secretName: tls-cert
|
2019-12-10 07:07:55 -05:00
|
|
|
initialRootPassword:
|
|
|
|
secret: shared-gitlab-initial-root-password
|
2019-09-06 17:47:47 -04:00
|
|
|
certmanager:
|
|
|
|
install: false
|
|
|
|
gitlab:
|
|
|
|
gitaly:
|
|
|
|
resources:
|
|
|
|
requests:
|
2019-10-28 17:06:24 -04:00
|
|
|
cpu: 1200m
|
2019-10-30 17:07:58 -04:00
|
|
|
memory: 240M
|
|
|
|
limits:
|
|
|
|
cpu: 1800m
|
|
|
|
memory: 360M
|
2019-09-06 17:47:47 -04:00
|
|
|
persistence:
|
|
|
|
size: 10G
|
|
|
|
gitlab-exporter:
|
|
|
|
enabled: false
|
|
|
|
mailroom:
|
|
|
|
enabled: false
|
|
|
|
migrations:
|
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
cpu: 350m
|
|
|
|
memory: 200M
|
|
|
|
limits:
|
|
|
|
cpu: 700m
|
|
|
|
gitlab-shell:
|
|
|
|
resources:
|
|
|
|
requests:
|
2019-11-07 10:06:33 -05:00
|
|
|
cpu: 500m
|
2019-10-30 17:07:58 -04:00
|
|
|
memory: 25M
|
2019-09-06 17:47:47 -04:00
|
|
|
limits:
|
2019-11-07 10:06:33 -05:00
|
|
|
cpu: 750m
|
2019-10-30 17:07:58 -04:00
|
|
|
memory: 37.5M
|
2019-09-23 08:06:20 -04:00
|
|
|
maxReplicas: 3
|
|
|
|
hpa:
|
2019-12-17 13:07:48 -05:00
|
|
|
targetAverageValue: 500m
|
2019-11-07 10:06:33 -05:00
|
|
|
deployment:
|
|
|
|
livenessProbe:
|
|
|
|
timeoutSeconds: 5
|
2019-09-06 17:47:47 -04:00
|
|
|
sidekiq:
|
|
|
|
resources:
|
|
|
|
requests:
|
2019-10-30 17:07:58 -04:00
|
|
|
cpu: 650m
|
2020-02-12 13:09:21 -05:00
|
|
|
memory: 1018M
|
2019-09-06 17:47:47 -04:00
|
|
|
limits:
|
2019-10-30 17:07:58 -04:00
|
|
|
cpu: 975m
|
2020-02-12 13:09:21 -05:00
|
|
|
memory: 1527M
|
2019-12-17 13:07:48 -05:00
|
|
|
hpa:
|
|
|
|
targetAverageValue: 650m
|
2019-09-06 17:47:47 -04:00
|
|
|
task-runner:
|
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
cpu: 50m
|
|
|
|
memory: 350M
|
|
|
|
limits:
|
|
|
|
cpu: 100m
|
|
|
|
memory: 700M
|
|
|
|
unicorn:
|
|
|
|
resources:
|
|
|
|
requests:
|
2020-02-12 13:09:21 -05:00
|
|
|
cpu: 525m
|
|
|
|
memory: 1711M
|
2019-09-06 17:47:47 -04:00
|
|
|
limits:
|
2020-02-12 13:09:21 -05:00
|
|
|
cpu: 787m
|
|
|
|
memory: 2566M
|
2019-10-14 14:06:24 -04:00
|
|
|
deployment:
|
|
|
|
readinessProbe:
|
|
|
|
initialDelaySeconds: 5 # Default is 0
|
|
|
|
periodSeconds: 15 # Default is 10
|
|
|
|
timeoutSeconds: 5 # Default is 2
|
2019-09-06 17:47:47 -04:00
|
|
|
workhorse:
|
|
|
|
resources:
|
|
|
|
requests:
|
2019-12-16 07:07:43 -05:00
|
|
|
cpu: 400m
|
2019-10-30 17:07:58 -04:00
|
|
|
memory: 50M
|
2019-09-06 17:47:47 -04:00
|
|
|
limits:
|
2019-12-16 07:07:43 -05:00
|
|
|
cpu: 600m
|
2019-10-30 17:07:58 -04:00
|
|
|
memory: 75M
|
2019-10-14 14:06:24 -04:00
|
|
|
readinessProbe:
|
|
|
|
initialDelaySeconds: 5 # Default is 0
|
|
|
|
periodSeconds: 15 # Default is 10
|
|
|
|
timeoutSeconds: 5 # Default is 2
|
2019-09-06 17:47:47 -04:00
|
|
|
gitlab-runner:
|
|
|
|
resources:
|
|
|
|
requests:
|
2019-12-02 16:06:51 -05:00
|
|
|
cpu: 675m
|
2019-10-30 17:07:58 -04:00
|
|
|
memory: 100M
|
2019-09-06 17:47:47 -04:00
|
|
|
limits:
|
2019-12-02 16:06:51 -05:00
|
|
|
cpu: 1015m
|
2019-10-30 17:07:58 -04:00
|
|
|
memory: 150M
|
2019-09-06 17:47:47 -04:00
|
|
|
minio:
|
|
|
|
resources:
|
|
|
|
requests:
|
2019-12-02 16:06:51 -05:00
|
|
|
cpu: 9m
|
2019-09-06 17:47:47 -04:00
|
|
|
memory: 128M
|
|
|
|
limits:
|
2019-12-02 16:06:51 -05:00
|
|
|
cpu: 15m
|
2019-09-06 17:47:47 -04:00
|
|
|
memory: 280M
|
|
|
|
nginx-ingress:
|
|
|
|
controller:
|
|
|
|
config:
|
|
|
|
ssl-ciphers: ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:!aNULL:!eNULL:!EXPORT:!DES:!MD5:!PSK:!RC4
|
|
|
|
replicaCount: 2
|
|
|
|
resources:
|
|
|
|
requests:
|
2019-10-17 08:07:33 -04:00
|
|
|
cpu: 100m
|
2019-10-30 17:07:58 -04:00
|
|
|
memory: 450M
|
2019-09-06 17:47:47 -04:00
|
|
|
limits:
|
2019-10-17 08:07:33 -04:00
|
|
|
cpu: 200m
|
2019-10-30 17:07:58 -04:00
|
|
|
memory: 675M
|
2019-09-06 17:47:47 -04:00
|
|
|
minAvailable: 1
|
|
|
|
service:
|
|
|
|
enableHttp: false
|
|
|
|
livenessProbe:
|
|
|
|
timeoutSeconds: 5
|
|
|
|
readinessProbe:
|
|
|
|
timeoutSeconds: 5
|
|
|
|
defaultBackend:
|
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
cpu: 5m
|
|
|
|
memory: 12M
|
|
|
|
limits:
|
|
|
|
cpu: 10m
|
|
|
|
memory: 24M
|
|
|
|
replicaCount: 1
|
|
|
|
postgresql:
|
|
|
|
metrics:
|
|
|
|
enabled: false
|
|
|
|
resources:
|
|
|
|
requests:
|
2019-10-30 17:07:58 -04:00
|
|
|
cpu: 300m
|
|
|
|
memory: 250M
|
2019-09-06 17:47:47 -04:00
|
|
|
limits:
|
2019-10-30 17:07:58 -04:00
|
|
|
cpu: 450m
|
|
|
|
memory: 375M
|
2019-09-06 17:47:47 -04:00
|
|
|
prometheus:
|
|
|
|
install: false
|
|
|
|
redis:
|
|
|
|
metrics:
|
|
|
|
resources:
|
|
|
|
enabled: false
|
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
cpu: 100m
|
|
|
|
memory: 60M
|
|
|
|
limits:
|
|
|
|
cpu: 200m
|
|
|
|
memory: 130M
|
|
|
|
redis-ha:
|
|
|
|
enabled: false
|
|
|
|
registry:
|
2019-10-16 08:06:32 -04:00
|
|
|
hpa:
|
|
|
|
minReplicas: 1
|
2019-09-06 17:47:47 -04:00
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
cpu: 100m
|
2019-10-30 17:07:58 -04:00
|
|
|
memory: 30M
|
|
|
|
limits:
|
|
|
|
cpu: 200m
|
|
|
|
memory: 45M
|