Update k8s/dev/backend-deployment-dev.yaml
This commit is contained in:
parent
ea4f922c70
commit
eb868c3c8f
1 changed files with 4 additions and 4 deletions
|
|
@ -41,11 +41,11 @@ spec:
|
||||||
name: backend-secrets
|
name: backend-secrets
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "128Mi"
|
|
||||||
cpu: "100m"
|
|
||||||
limits:
|
|
||||||
memory: "512Mi"
|
memory: "512Mi"
|
||||||
cpu: "500m"
|
cpu: "300m"
|
||||||
|
limits:
|
||||||
|
memory: "1024Mi"
|
||||||
|
cpu: "1000m"
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue