Skip to content

Commit

Permalink
scale up cluster and scale down vote app to test gitops
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgearteiro committed Sep 15, 2021
1 parent 1fa41cf commit ea3cdb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clusters-examples/azuretar-reactor-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ metadata:
namespace: default
spec:
clusterName: azuretar-reactor-1
replicas: 1
replicas: 2
selector:
matchLabels: null
template:
Expand Down
2 changes: 1 addition & 1 deletion workloads/azure-vote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
name: azure-vote-back
spec:
replicas: 3
replicas: 1
selector:
matchLabels:
app: azure-vote-back
Expand Down

0 comments on commit ea3cdb2

Please sign in to comment.