[27.02.20] Rescale, production namespace and limit changes
This commit is contained in:
parent
e09ea94b51
commit
c2e15591a3
@ -4,9 +4,9 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
name: LABEL
|
name: LABEL
|
||||||
name: RESOURCE_NAME
|
name: RESOURCE_NAME
|
||||||
namespace: default
|
namespace: production
|
||||||
spec:
|
spec:
|
||||||
replicas: 0
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: RESOURCE_NAME
|
app: RESOURCE_NAME
|
||||||
@ -85,11 +85,11 @@ spec:
|
|||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 1m
|
cpu: 10m
|
||||||
memory: 16Mi
|
memory: 64Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 2m
|
cpu: 50m
|
||||||
memory: 32Mi
|
memory: 64Mi
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: registry-secret
|
- name: registry-secret
|
||||||
Loading…
x
Reference in New Issue
Block a user