Skip to content

Commit

Permalink
chore: update image tags and resource allocation (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce McMath <[email protected]>
  • Loading branch information
bryce-mcmath authored Oct 10, 2024
1 parent b340416 commit 2fca4c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion devops/charts/server/values_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:
# registry: ghcr.io
repository: bcgov/indy-vdr-proxy-server/server
# Overrides the image tag whose default is the chart appVersion.
tag: "342bdc4"
tag: "b340416"

env:
PORT: "3000"
Expand Down
12 changes: 6 additions & 6 deletions devops/charts/server/values_prod.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Default values for vdr-proxy prod deployment
namespace: c2a2c4-prod

replicaCount: 3
replicaCount: 2

autoscaling:
enabled: true
minReplicas: 3
maxReplicas: 5
minReplicas: 2
maxReplicas: 3
targetCPUUtilizationPercentage: 80

podAnnotations: {}
Expand All @@ -18,7 +18,7 @@ image:
# registry: ghcr.io
repository: bcgov/indy-vdr-proxy-server/server
# Overrides the image tag whose default is the chart appVersion.
tag: "342bdc4"
tag: "b340416"

env:
PORT: "3000"
Expand All @@ -29,10 +29,10 @@ env:
resources:
requests:
memory: 300Mi
cpu: 50m
cpu: 40m
limits:
memory: 300Mi
cpu: 200m
cpu: 120m

imagePullSecrets:
- name: artifactory-regcred
Expand Down
4 changes: 2 additions & 2 deletions devops/charts/server/values_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ image:
# registry: ghcr.io
repository: bcgov/indy-vdr-proxy-server/server
# Overrides the image tag whose default is the chart appVersion.
tag: "342bdc4"
tag: "b340416"

env:
PORT: "3000"
Expand All @@ -32,7 +32,7 @@ resources:
cpu: 30m
limits:
memory: 300Mi
cpu: 200m
cpu: 120m

imagePullSecrets:
- name: artifactory-regcred
Expand Down

0 comments on commit 2fca4c1

Please sign in to comment.