diff --git a/kubernaut/base/deployment.yaml b/kubernaut/base/deployment.yaml index 6f03520..149c153 100644 --- a/kubernaut/base/deployment.yaml +++ b/kubernaut/base/deployment.yaml @@ -51,3 +51,10 @@ spec: port: 4567 initialDelaySeconds: 5 periodSeconds: 5 + resources: + requests: + memory: 64Mi + cpu: 100m + limits: + memory: 128Mi + cpu: 200m