Skip to content

Commit 7a2c8b0

Browse files
authored
bump replicas to 5 in prod
1 parent 2d388b7 commit 7a2c8b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

guestbook/environments/prod-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
replicaCount: 3
1+
replicaCount: 5
22

33
image:
44
tag: "1.26" # Prod is intentionally behind — older stable version
@@ -14,4 +14,4 @@ resources:
1414
memory: 512Mi
1515
limits:
1616
cpu: "1"
17-
memory: 1Gi
17+
memory: 1Gi

0 commit comments

Comments
 (0)