@@ -5,7 +5,7 @@ metadata:
labels:
app: {{ .Values.appName }}
spec:
- replicas: 5
+ replicas: {{ .Values.replicas }}
selector:
matchLabels:
@@ -1,4 +1,6 @@
+replicas: 2
+
configmap:
data:
CUSTOM_HEADER: 'This is on the DEV environment!'
+replicas: 4
CUSTOM_HEADER: 'This is on the PROD environment!'
@@ -3,4 +3,4 @@ kind: Deployment
metadata:
name: mywebapp
+ replicas: 4