pod affinities and resrouces

This commit is contained in:
2020-07-17 14:17:09 +02:00
parent e10c21232b
commit efff5b5521
3 changed files with 26 additions and 9 deletions

View File

@@ -25,6 +25,13 @@ spec:
volumeMounts:
- mountPath: /var/cache/apt-cacher-ng
name: data
resources:
requests:
memory: 16Mi
cpu: 50m
limits:
memory: 32Mi
cpu: 100m
volumes:
- name: data
persistentVolumeClaim: