fix: grow the engine container disk size to avoid Pod DiskPressure

This commit is contained in:
Pierre Mavro
2020-11-05 12:42:40 +01:00
committed by Pierre Mavro
parent f7e28cf3b3
commit fac92f21bf
2 changed files with 11 additions and 1 deletions

View File

@@ -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 }}

View File

@@ -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