diff --git a/media.yaml b/media.yaml index cd77caa..e916b0c 100644 --- a/media.yaml +++ b/media.yaml @@ -239,10 +239,10 @@ spec: mountPath: /data resources: requests: - cpu: 800m + cpu: 300m memory: 700Mi limits: - cpu: 1500m + cpu: 1800m memory: 1500Mi @@ -346,16 +346,15 @@ spec: resources: requests: cpu: 100m - memory: 128Mi + memory: 256Mi limits: - cpu: 200m - memory: 300Mi + cpu: 300m + memory: 512Mi livenessProbe: exec: command: - - curl - - 1.1.1.1 - initialDelaySeconds: 120 + - "curl http://localhost:8001 && curl google.com" + initialDelaySeconds: 300 periodSeconds: 300 ---