mirror of
https://gitlab.com/shouptech/flux.git
synced 2026-02-03 17:09:45 +00:00
Resources updates
This commit is contained in:
parent
b12bb414fd
commit
2973049a9f
2 changed files with 6 additions and 1 deletions
|
|
@ -36,7 +36,6 @@ spec:
|
|||
cpu: "100m"
|
||||
limits:
|
||||
memory: "512Mi"
|
||||
cpu: "1000m"
|
||||
livenessProbe:
|
||||
tcpSocket:
|
||||
port: 5432
|
||||
|
|
|
|||
|
|
@ -29,6 +29,12 @@ spec:
|
|||
timeoutSeconds: 5
|
||||
successThreshold: 1
|
||||
failureThreshold: 2
|
||||
resources:
|
||||
requests:
|
||||
memory: "32Mi"
|
||||
cpu: "100m"
|
||||
limits:
|
||||
memory: "256Mi"
|
||||
ports:
|
||||
- containerPort: 6379
|
||||
volumeMounts:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue