Skip to content

Commit

Permalink
chore: Update replicas and container image tags in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsviz committed Jul 22, 2024
1 parent 6602701 commit 84855ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions my-chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v1:
replicas: 4
replicas: 2
springAppContainer:
env:
changelogVersion: changelog_version-3.3.xml
Expand All @@ -10,7 +10,7 @@ v1:
searchFeatureEnabled: "false"
image:
repository: ghcr.io/octodemo/java-springboot-demo
tag: "9999"
tag: "269"
resources:
limits:
cpu: "1"
Expand All @@ -19,7 +19,7 @@ v1:
cpu: 125m
memory: 128Mi
v2:
replicas: 0
replicas: 2
springAppContainer:
env:
changelogVersion: changelog_version-3.3.xml
Expand All @@ -30,7 +30,7 @@ v2:
searchFeatureFlag: "true"
image:
repository: ghcr.io/octodemo/java-springboot-demo
tag: "9999"
tag: "269"
resources:
limits:
cpu: "1"
Expand Down

0 comments on commit 84855ac

Please sign in to comment.