File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# Default values for testapp.
22# This is a YAML-formatted file.
33# Declare variables to be passed into your templates.
4- replicaCount : 1
4+ replicaCount : 2
55
66namespace : default
77
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77 kubernetes.azure.com/generator : draft
88 namespace : default
99spec :
10- replicas : 1
10+ replicas : 2
1111 selector :
1212 matchLabels :
1313 app.kubernetes.io/name : testapp
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77 kubernetes.azure.com/generator : draft
88 namespace : default
99spec :
10- replicas : 1
10+ replicas : 2
1111 selector :
1212 matchLabels :
1313 app.kubernetes.io/name : testapp
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77 kubernetes.azure.com/generator : draft
88 namespace : default
99spec :
10- replicas : 1
10+ replicas : 2
1111 selector :
1212 matchLabels :
1313 app.kubernetes.io/name : testapp
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77 kubernetes.azure.com/generator : draft
88 namespace : default
99spec :
10- replicas : 1
10+ replicas : 2
1111 selector :
1212 matchLabels :
1313 app.kubernetes.io/name : testapp
Original file line number Diff line number Diff line change 11# Default values for {{ .Config.GetVariableValue "APPNAME"}}.
22# This is a YAML-formatted file.
33# Declare variables to be passed into your templates.
4- replicaCount : 1
4+ replicaCount : 2
55
66namespace : {{ .Config.GetVariableValue "NAMESPACE" }}
77
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77 kubernetes.azure.com/generator : {{ .Config.GetVariableValue "GENERATORLABEL" }}
88 namespace : {{ .Config.GetVariableValue "NAMESPACE" }}
99spec :
10- replicas : 1
10+ replicas : 2
1111 selector :
1212 matchLabels :
1313 app.kubernetes.io/name : {{ .Config.GetVariableValue "APPNAME" }}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77 kubernetes.azure.com/generator : {{ .Config.GetVariableValue "GENERATORLABEL" }}
88 namespace : {{ .Config.GetVariableValue "NAMESPACE" }}
99spec :
10- replicas : 1
10+ replicas : 2
1111 selector :
1212 matchLabels :
1313 app.kubernetes.io/name : {{ .Config.GetVariableValue "APPNAME" }}
You can’t perform that action at this time.
0 commit comments