Skip to content

Commit

Permalink
Reduce replica count to 1 by default (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
aramkarapetian authored Nov 10, 2021
1 parent 3134d0d commit 41c258c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

replicaCount: 2
replicaCount: 1

image:
repository: nginx
Expand Down

0 comments on commit 41c258c

Please sign in to comment.