resource requests for all, but hassio ist der hass
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user