Reduce resoure for chronyd deployment

Change-Id: I82b5956d1630774e9e0bc0cd89726791e26f9dc8
This commit is contained in:
okozachenko 2020-06-12 19:46:13 +03:00
parent 596b7a5ec3
commit 4fbc6361f9

View File

@ -39,13 +39,13 @@ spec:
imagePullPolicy: Always
resources:
limits:
cpu: 500m
cpu: 50m
ephemeral-storage: 100M
memory: 256M
memory: 64M
requests:
cpu: 250m
cpu: 10m
ephemeral-storage: 100M
memory: 128M
memory: 32M
securityContext:
capabilities:
add: ["SYS_TIME"]