[27.02.20] Scale replics and re-adjust CPU limit

This commit is contained in:
andyjk15 2020-02-27 07:45:49 +00:00
parent 7e8550b66a
commit 293a000773

View File

@ -6,7 +6,7 @@ metadata:
name: RESOURCE_NAME name: RESOURCE_NAME
namespace: default namespace: default
spec: spec:
replicas: 2 replicas: 0
selector: selector:
matchLabels: matchLabels:
app: RESOURCE_NAME app: RESOURCE_NAME
@ -80,7 +80,7 @@ spec:
cpu: 10m cpu: 10m
memory: 128Mi memory: 128Mi
limits: limits:
cpu: 50m cpu: 150m
memory: 128Mi memory: 128Mi
restartPolicy: Always restartPolicy: Always
imagePullSecrets: imagePullSecrets: