mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update
This commit is contained in:
parent
1b37247b52
commit
0af5e1f9c1
1 changed files with 23 additions and 23 deletions
|
|
@ -68,7 +68,7 @@ gitlab-runner:
|
||||||
memory: 2Gi
|
memory: 2Gi
|
||||||
requests:
|
requests:
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
|
|
||||||
personal:
|
personal:
|
||||||
|
|
||||||
|
|
@ -77,7 +77,7 @@ personal:
|
||||||
image: gitlab-org/gitlab-runner
|
image: gitlab-org/gitlab-runner
|
||||||
|
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
gitlabUrl: https://gitlab.com/
|
gitlabUrl: https://gitlab.durp.info/
|
||||||
unregisterRunner: false
|
unregisterRunner: false
|
||||||
terminationGracePeriodSeconds: 3600
|
terminationGracePeriodSeconds: 3600
|
||||||
concurrent: 10
|
concurrent: 10
|
||||||
|
|
@ -113,15 +113,15 @@ personal:
|
||||||
runUntagged: true
|
runUntagged: true
|
||||||
privileged: true
|
privileged: true
|
||||||
secret: gitlab-secret-personal
|
secret: gitlab-secret-personal
|
||||||
#builds:
|
builds:
|
||||||
#cpuLimit: 200m
|
cpuLimit: 200m
|
||||||
#cpuLimitOverwriteMaxAllowed: 400m
|
cpuLimitOverwriteMaxAllowed: 400m
|
||||||
#memoryLimit: 256Mi
|
memoryLimit: 256Mi
|
||||||
#memoryLimitOverwriteMaxAllowed: 512Mi
|
memoryLimitOverwriteMaxAllowed: 512Mi
|
||||||
#cpuRequests: 100m
|
cpuRequests: 100m
|
||||||
#cpuRequestsOverwriteMaxAllowed: 200m
|
cpuRequestsOverwriteMaxAllowed: 200m
|
||||||
#memoryRequests: 128Mi
|
memoryRequests: 128Mi
|
||||||
#memoryRequestsOverwriteMaxAllowed: 256Mi
|
memoryRequestsOverwriteMaxAllowed: 256Mi
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
@ -140,4 +140,4 @@ personal:
|
||||||
memory: 2Gi
|
memory: 2Gi
|
||||||
requests:
|
requests:
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue