mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
fix: grow the engine container disk size to avoid Pod DiskPressure
This commit is contained in:
committed by
Pierre Mavro
parent
f7e28cf3b3
commit
fac92f21bf
@@ -66,6 +66,8 @@ spec:
|
||||
volumeMounts:
|
||||
- name: docker-graph-storage
|
||||
mountPath: /var/lib/docker
|
||||
- name: qovery-workspace
|
||||
mountPath: {{ .Values.volumes.qoveryWorkspace.path }}
|
||||
dnsPolicy: "None"
|
||||
dnsConfig:
|
||||
nameservers:
|
||||
@@ -92,4 +94,7 @@ spec:
|
||||
{{- end }}
|
||||
volumes:
|
||||
- name: docker-graph-storage
|
||||
emptyDir: {}
|
||||
emptyDir: {}
|
||||
- name: qovery-workspace
|
||||
emptyDir:
|
||||
sizeLimit: {{ .Values.volumes.qoveryWorkspace.size }}
|
||||
|
||||
@@ -24,6 +24,11 @@ environmentVariables:
|
||||
#CLOUD_PROVIDER: ""
|
||||
#REGION: ""
|
||||
|
||||
volumes:
|
||||
qoveryWorkspace:
|
||||
size: 50Gi
|
||||
path: /home/qovery/.qovery-workspace
|
||||
|
||||
buildContainer:
|
||||
image: docker
|
||||
tag: 19.03.12-dind
|
||||
|
||||
Reference in New Issue
Block a user