mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Update some cpu requests and health check commands
This commit is contained in:
+7
-8
@@ -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
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user