2019-09-06 17:47:47 -04:00
|
|
|
global:
|
|
|
|
appConfig:
|
|
|
|
enableUsagePing: false
|
2021-09-02 05:11:35 -04:00
|
|
|
image:
|
|
|
|
pullPolicy: Always
|
2019-09-06 17:47:47 -04:00
|
|
|
ingress:
|
|
|
|
annotations:
|
|
|
|
external-dns.alpha.kubernetes.io/ttl: 10
|
|
|
|
configureCertmanager: false
|
2021-06-11 08:09:49 -04:00
|
|
|
tls:
|
|
|
|
secretName: review-apps-tls
|
2019-12-10 07:07:55 -05:00
|
|
|
initialRootPassword:
|
|
|
|
secret: shared-gitlab-initial-root-password
|
2021-07-21 11:08:52 -04:00
|
|
|
nodeSelector:
|
|
|
|
preemptible: "true"
|
2019-09-06 17:47:47 -04:00
|
|
|
certmanager:
|
|
|
|
install: false
|
|
|
|
gitlab:
|
|
|
|
gitaly:
|
|
|
|
resources:
|
|
|
|
requests:
|
2021-03-04 16:08:59 -05:00
|
|
|
cpu: 2400m
|
|
|
|
memory: 1000M
|
2019-10-30 17:07:58 -04:00
|
|
|
limits:
|
2021-03-04 16:08:59 -05:00
|
|
|
cpu: 3600m
|
|
|
|
memory: 1500M
|
2019-09-06 17:47:47 -04:00
|
|
|
persistence:
|
|
|
|
size: 10G
|
2021-06-24 05:07:22 -04:00
|
|
|
storageClass: ssd
|
2021-07-21 11:08:52 -04:00
|
|
|
nodeSelector:
|
|
|
|
preemptible: "false"
|
2019-09-06 17:47:47 -04:00
|
|
|
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
|
2021-03-04 16:08:59 -05:00
|
|
|
memory: 100M
|
2019-09-06 17:47:47 -04:00
|
|
|
limits:
|
2019-11-07 10:06:33 -05:00
|
|
|
cpu: 750m
|
2021-03-04 16:08:59 -05:00
|
|
|
memory: 150M
|
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:
|
2020-03-02 07:07:57 -05:00
|
|
|
cpu: 855m
|
2021-03-04 16:08:59 -05:00
|
|
|
memory: 1927M
|
2019-09-06 17:47:47 -04:00
|
|
|
limits:
|
2020-03-02 07:07:57 -05:00
|
|
|
cpu: 1282m
|
2021-03-04 16:08:59 -05:00
|
|
|
memory: 2890M
|
2019-12-17 13:07:48 -05:00
|
|
|
hpa:
|
|
|
|
targetAverageValue: 650m
|
2019-09-06 17:47:47 -04:00
|
|
|
task-runner:
|
|
|
|
resources:
|
|
|
|
requests:
|
2020-06-30 11:08:48 -04:00
|
|
|
cpu: 300m
|
2021-08-03 02:08:50 -04:00
|
|
|
memory: 1927M
|
2019-09-06 17:47:47 -04:00
|
|
|
limits:
|
2020-06-30 11:08:48 -04:00
|
|
|
cpu: 450m
|
2021-08-03 02:08:50 -04:00
|
|
|
memory: 2890M
|
2020-06-10 05:08:35 -04:00
|
|
|
webservice:
|
2019-09-06 17:47:47 -04:00
|
|
|
resources:
|
|
|
|
requests:
|
2020-03-02 07:07:57 -05:00
|
|
|
cpu: 746m
|
2021-03-26 05:09:24 -04:00
|
|
|
memory: 2809M
|
2019-09-06 17:47:47 -04:00
|
|
|
limits:
|
2020-03-02 07:07:57 -05:00
|
|
|
cpu: 1119m
|
2021-03-26 05:09:24 -04:00
|
|
|
memory: 4214M
|
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
|
2021-03-26 05:09:24 -04:00
|
|
|
memory: 75M
|
2019-09-06 17:47:47 -04:00
|
|
|
limits:
|
2019-12-16 07:07:43 -05:00
|
|
|
cpu: 600m
|
2021-03-26 05:09:24 -04:00
|
|
|
memory: 113M
|
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
|
2021-07-21 11:08:52 -04:00
|
|
|
nodeSelector:
|
|
|
|
preemptible: "true"
|
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
|
2021-07-21 11:08:52 -04:00
|
|
|
nodeSelector:
|
|
|
|
preemptible: "true"
|
2019-09-06 17:47:47 -04:00
|
|
|
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
|
|
|
|
resources:
|
|
|
|
requests:
|
2021-05-27 08:10:56 -04:00
|
|
|
cpu: 300m
|
2019-10-30 17:07:58 -04:00
|
|
|
memory: 450M
|
2019-09-06 17:47:47 -04:00
|
|
|
limits:
|
2021-05-27 08:10:56 -04:00
|
|
|
cpu: 600m
|
2019-10-30 17:07:58 -04:00
|
|
|
memory: 675M
|
2019-09-06 17:47:47 -04:00
|
|
|
service:
|
|
|
|
enableHttp: false
|
|
|
|
livenessProbe:
|
|
|
|
timeoutSeconds: 5
|
|
|
|
readinessProbe:
|
|
|
|
timeoutSeconds: 5
|
2021-07-21 11:08:52 -04:00
|
|
|
nodeSelector:
|
|
|
|
preemptible: "true"
|
2019-09-06 17:47:47 -04:00
|
|
|
defaultBackend:
|
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
cpu: 5m
|
|
|
|
memory: 12M
|
|
|
|
limits:
|
|
|
|
cpu: 10m
|
|
|
|
memory: 24M
|
2021-07-21 11:08:52 -04:00
|
|
|
nodeSelector:
|
|
|
|
preemptible: "true"
|
2019-09-06 17:47:47 -04:00
|
|
|
postgresql:
|
|
|
|
metrics:
|
|
|
|
enabled: false
|
|
|
|
resources:
|
2021-03-31 14:09:19 -04:00
|
|
|
requests:
|
2021-03-31 08:08:55 -04:00
|
|
|
cpu: 600m
|
2021-03-04 16:08:59 -05:00
|
|
|
memory: 1000M
|
2021-03-31 14:09:19 -04:00
|
|
|
limits:
|
2021-03-31 08:08:55 -04:00
|
|
|
cpu: 1300m
|
2021-03-04 16:08:59 -05:00
|
|
|
memory: 1500M
|
2021-07-21 11:08:52 -04:00
|
|
|
master:
|
|
|
|
nodeSelector:
|
|
|
|
preemptible: "true"
|
2019-09-06 17:47:47 -04:00
|
|
|
prometheus:
|
|
|
|
install: false
|
|
|
|
redis:
|
|
|
|
metrics:
|
2020-04-07 14:09:19 -04:00
|
|
|
enabled: false
|
2019-09-06 17:47:47 -04:00
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
cpu: 100m
|
|
|
|
memory: 60M
|
|
|
|
limits:
|
|
|
|
cpu: 200m
|
|
|
|
memory: 130M
|
2021-07-21 11:08:52 -04:00
|
|
|
master:
|
|
|
|
nodeSelector:
|
|
|
|
preemptible: "true"
|
2019-09-06 17:47:47 -04:00
|
|
|
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
|
2021-07-21 11:08:52 -04:00
|
|
|
nodeSelector:
|
|
|
|
preemptible: "true"
|