bind: Add resource limits

This commit is contained in:
2024-08-24 23:25:40 +03:00
parent f53b31e030
commit 22c6fe1979
4 changed files with 28 additions and 0 deletions

View File

@@ -76,6 +76,13 @@ spec:
name: bind-readonly-secret
- name: bind-data
emptyDir: {}
resources:
limits:
cpu: 100m
memory: 100Mi
requests:
cpu: 1m
memory: 35Mi
topologySpreadConstraints:
- maxSkew: 1
topologyKey: topology.kubernetes.io/zone