replicas
This commit is contained in:
parent
a2ffd5f29f
commit
b406a40573
@ -5,7 +5,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app: {{ .Values.appName }}
|
app: {{ .Values.appName }}
|
||||||
spec:
|
spec:
|
||||||
replicas: 5
|
replicas: {{ .Values.replicas }}
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: {{ .Values.appName }}
|
app: {{ .Values.appName }}
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
|
|
||||||
|
replicas: 2
|
||||||
|
|
||||||
configmap:
|
configmap:
|
||||||
data:
|
data:
|
||||||
CUSTOM_HEADER: 'This is on the DEV environment!'
|
CUSTOM_HEADER: 'This is on the DEV environment!'
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
|
|
||||||
|
replicas: 4
|
||||||
|
|
||||||
configmap:
|
configmap:
|
||||||
data:
|
data:
|
||||||
CUSTOM_HEADER: 'This is on the PROD environment!'
|
CUSTOM_HEADER: 'This is on the PROD environment!'
|
||||||
|
@ -3,4 +3,4 @@ kind: Deployment
|
|||||||
metadata:
|
metadata:
|
||||||
name: mywebapp
|
name: mywebapp
|
||||||
spec:
|
spec:
|
||||||
replicas: 5
|
replicas: 4
|
Loading…
Reference in New Issue
Block a user