Skip to content

Commit ea3cdb2

Browse files
committed
scale up cluster and scale down vote app to test gitops
1 parent 1fa41cf commit ea3cdb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clusters-examples/azuretar-reactor-1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ metadata:
189189
namespace: default
190190
spec:
191191
clusterName: azuretar-reactor-1
192-
replicas: 1
192+
replicas: 2
193193
selector:
194194
matchLabels: null
195195
template:

workloads/azure-vote.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Deployment
33
metadata:
44
name: azure-vote-back
55
spec:
6-
replicas: 3
6+
replicas: 1
77
selector:
88
matchLabels:
99
app: azure-vote-back

0 commit comments

Comments
 (0)