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