debian-mirror-gitlab/scripts/review_apps/base-config.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

228 lines
4.2 KiB
YAML
Raw Normal View History

2022-06-21 17:19:12 +05:30
safe-to-evict: &safe-to-evict
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
2019-12-04 20:38:33 +05:30
global:
appConfig:
enableUsagePing: false
2021-11-11 11:23:49 +05:30
image:
pullPolicy: Always
2019-12-04 20:38:33 +05:30
ingress:
annotations:
external-dns.alpha.kubernetes.io/ttl: 10
configureCertmanager: false
tls:
2020-07-28 23:09:34 +05:30
secretName: review-apps-tls
2020-01-01 13:55:28 +05:30
initialRootPassword:
secret: shared-gitlab-initial-root-password
2021-10-27 15:23:28 +05:30
nodeSelector:
preemptible: "true"
2019-12-04 20:38:33 +05:30
certmanager:
install: false
2023-01-13 00:05:48 +05:30
2019-12-04 20:38:33 +05:30
gitlab:
gitaly:
resources:
requests:
2023-01-13 00:05:48 +05:30
cpu: 1200m
memory: 600Mi
2019-12-04 20:38:33 +05:30
limits:
2023-01-13 00:05:48 +05:30
cpu: 1800m
memory: 1000Mi
2019-12-04 20:38:33 +05:30
persistence:
2023-01-13 00:05:48 +05:30
size: 10Gi
2021-09-30 23:02:18 +05:30
storageClass: ssd
2021-10-27 15:23:28 +05:30
nodeSelector:
preemptible: "false"
2022-06-21 17:19:12 +05:30
podAnnotations:
<<: *safe-to-evict
2023-01-13 00:05:48 +05:30
2019-12-04 20:38:33 +05:30
gitlab-exporter:
enabled: false
2023-01-13 00:05:48 +05:30
2019-12-04 20:38:33 +05:30
gitlab-shell:
resources:
requests:
2019-12-26 22:10:19 +05:30
cpu: 500m
2023-01-13 00:05:48 +05:30
memory: 100Mi
2019-12-04 20:38:33 +05:30
limits:
2019-12-26 22:10:19 +05:30
cpu: 750m
2023-01-13 00:05:48 +05:30
memory: 150Mi
minReplicas: 1
maxReplicas: 1
2019-12-21 20:55:43 +05:30
hpa:
2023-01-13 00:05:48 +05:30
cpu:
targetAverageValue: 500m
2019-12-26 22:10:19 +05:30
deployment:
livenessProbe:
timeoutSeconds: 5
2023-01-13 00:05:48 +05:30
kas:
minReplicas: 1
maxReplicas: 1
mailroom:
enabled: false
migrations:
resources:
requests:
cpu: 400m
memory: 920Mi
limits:
cpu: 600m
memory: 1100Mi
2019-12-04 20:38:33 +05:30
sidekiq:
resources:
requests:
2020-04-08 14:13:33 +05:30
cpu: 855m
2023-01-13 00:05:48 +05:30
memory: 1927Mi
2019-12-04 20:38:33 +05:30
limits:
2020-04-08 14:13:33 +05:30
cpu: 1282m
2023-01-13 00:05:48 +05:30
memory: 2890Mi
2020-01-01 13:55:28 +05:30
hpa:
2023-01-13 00:05:48 +05:30
cpu:
targetAverageValue: 650m
2022-01-26 12:08:38 +05:30
toolbox:
2019-12-04 20:38:33 +05:30
resources:
requests:
2020-07-28 23:09:34 +05:30
cpu: 300m
2023-01-13 00:05:48 +05:30
memory: 1927Mi
2019-12-04 20:38:33 +05:30
limits:
2020-07-28 23:09:34 +05:30
cpu: 450m
2023-01-13 00:05:48 +05:30
memory: 2890Mi
2020-06-23 00:09:42 +05:30
webservice:
2019-12-04 20:38:33 +05:30
resources:
requests:
2020-04-08 14:13:33 +05:30
cpu: 746m
2023-01-13 00:05:48 +05:30
memory: 2809Mi
2019-12-04 20:38:33 +05:30
limits:
2020-04-08 14:13:33 +05:30
cpu: 1119m
2023-01-13 00:05:48 +05:30
memory: 4214Mi
minReplicas: 1
maxReplicas: 1
2019-12-21 20:55:43 +05:30
deployment:
readinessProbe:
initialDelaySeconds: 5 # Default is 0
periodSeconds: 15 # Default is 10
timeoutSeconds: 5 # Default is 2
2019-12-04 20:38:33 +05:30
workhorse:
resources:
requests:
2020-01-01 13:55:28 +05:30
cpu: 400m
2023-01-13 00:05:48 +05:30
memory: 75Mi
2019-12-04 20:38:33 +05:30
limits:
2020-01-01 13:55:28 +05:30
cpu: 600m
2023-01-13 00:05:48 +05:30
memory: 113Mi
2019-12-21 20:55:43 +05:30
readinessProbe:
initialDelaySeconds: 5 # Default is 0
periodSeconds: 15 # Default is 10
timeoutSeconds: 5 # Default is 2
2023-01-13 00:05:48 +05:30
2019-12-04 20:38:33 +05:30
gitlab-runner:
resources:
requests:
2020-01-01 13:55:28 +05:30
cpu: 675m
2023-01-13 00:05:48 +05:30
memory: 100Mi
2019-12-04 20:38:33 +05:30
limits:
2020-01-01 13:55:28 +05:30
cpu: 1015m
2023-01-13 00:05:48 +05:30
memory: 150Mi
2021-10-27 15:23:28 +05:30
nodeSelector:
preemptible: "true"
2022-06-21 17:19:12 +05:30
podAnnotations:
<<: *safe-to-evict
2023-01-13 00:05:48 +05:30
2019-12-04 20:38:33 +05:30
minio:
resources:
requests:
2020-01-01 13:55:28 +05:30
cpu: 9m
2023-01-13 00:05:48 +05:30
memory: 128Mi
2019-12-04 20:38:33 +05:30
limits:
2020-01-01 13:55:28 +05:30
cpu: 15m
2023-01-13 00:05:48 +05:30
memory: 280Mi
2021-10-27 15:23:28 +05:30
nodeSelector:
preemptible: "true"
2022-06-21 17:19:12 +05:30
podAnnotations:
<<: *safe-to-evict
2023-01-13 00:05:48 +05:30
2019-12-04 20:38:33 +05:30
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-09-04 01:27:46 +05:30
cpu: 300m
2023-01-13 00:05:48 +05:30
memory: 450Mi
2019-12-04 20:38:33 +05:30
limits:
2021-09-04 01:27:46 +05:30
cpu: 600m
2023-01-13 00:05:48 +05:30
memory: 675Mi
2019-12-04 20:38:33 +05:30
service:
enableHttp: false
livenessProbe:
timeoutSeconds: 5
readinessProbe:
timeoutSeconds: 5
2021-10-27 15:23:28 +05:30
nodeSelector:
preemptible: "true"
2019-12-04 20:38:33 +05:30
defaultBackend:
resources:
requests:
cpu: 5m
2023-01-13 00:05:48 +05:30
memory: 12Mi
2019-12-04 20:38:33 +05:30
limits:
cpu: 10m
2023-01-13 00:05:48 +05:30
memory: 24Mi
2021-10-27 15:23:28 +05:30
nodeSelector:
preemptible: "true"
2023-01-13 00:05:48 +05:30
2019-12-04 20:38:33 +05:30
postgresql:
metrics:
enabled: false
resources:
requests:
2021-04-29 21:17:54 +05:30
cpu: 600m
2023-01-13 00:05:48 +05:30
memory: 1000Mi
2019-12-04 20:38:33 +05:30
limits:
2021-04-29 21:17:54 +05:30
cpu: 1300m
2023-01-13 00:05:48 +05:30
memory: 1600Mi
2021-10-27 15:23:28 +05:30
master:
nodeSelector:
2022-01-26 12:08:38 +05:30
preemptible: "false"
2022-06-21 17:19:12 +05:30
podAnnotations:
<<: *safe-to-evict
2023-01-13 00:05:48 +05:30
2019-12-04 20:38:33 +05:30
prometheus:
install: false
2023-01-13 00:05:48 +05:30
2019-12-04 20:38:33 +05:30
redis:
metrics:
2020-04-22 19:07:51 +05:30
enabled: false
2019-12-04 20:38:33 +05:30
resources:
requests:
cpu: 100m
2023-01-13 00:05:48 +05:30
memory: 60Mi
2019-12-04 20:38:33 +05:30
limits:
cpu: 200m
2023-01-13 00:05:48 +05:30
memory: 130Mi
2021-10-27 15:23:28 +05:30
master:
nodeSelector:
preemptible: "true"
2022-06-21 17:19:12 +05:30
podAnnotations:
<<: *safe-to-evict
2023-01-13 00:05:48 +05:30
2019-12-04 20:38:33 +05:30
registry:
2019-12-21 20:55:43 +05:30
hpa:
minReplicas: 1
2023-01-13 00:05:48 +05:30
maxReplicas: 1
2019-12-04 20:38:33 +05:30
resources:
requests:
cpu: 100m
2023-01-13 00:05:48 +05:30
memory: 30Mi
2019-12-26 22:10:19 +05:30
limits:
cpu: 200m
2023-01-13 00:05:48 +05:30
memory: 45Mi
2021-10-27 15:23:28 +05:30
nodeSelector:
preemptible: "true"