diff --git a/ptp-chat/ptp-chat-backend.yaml b/ptp-chat/ptp-chat-backend.yaml index 35c9ffa..538b2a0 100644 --- a/ptp-chat/ptp-chat-backend.yaml +++ b/ptp-chat/ptp-chat-backend.yaml @@ -35,10 +35,10 @@ spec: containerPort: 8081 resources: requests: - memory: 0.4Gi - cpu: 0.05 + memory: 400Mi + cpu: 0.1 limits: - memory: 0.8Gi + memory: 800Mi cpu: 0.5 readinessProbe: httpGet: