resource requests for all, but hassio ist der hass

This commit is contained in:
2020-10-15 20:22:34 +02:00
parent 602855c69c
commit ce9343296d
5 changed files with 116 additions and 5 deletions

View File

@@ -18,7 +18,6 @@ spec:
spec:
containers:
- name: apt-cacher-ng
#image: bkanis/apt-cacher-ng
image: docker-registry.lan/apt-cacher-ng:arm64
ports:
- containerPort: 3142
@@ -26,6 +25,13 @@ spec:
volumeMounts:
- mountPath: /var/cache/apt-cacher-ng
name: data
resources:
requests:
memory: "24Mi"
cpu: "50m"
limits:
memory: "256Mi"
cpu: "100m"
volumes:
- name: data
persistentVolumeClaim: