|
@@ -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 }}
|