Update some cpu requests and health check commands

This commit is contained in:
2020-08-14 22:53:20 +10:00
parent f030d3dd16
commit 819d997a5b
+7 -8
View File
@@ -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
---