Skip to content

Commit

Permalink
Reduce replicas to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Weinberg committed Feb 5, 2019
1 parent acabe7a commit 0a14a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
matchLabels:
app: kubernetes-intro
tier: frontend
replicas: 3
replicas: 1
template:
metadata:
labels:
Expand Down

0 comments on commit 0a14a50

Please sign in to comment.