Skip to content

Commit

Permalink
adding missing values
Browse files Browse the repository at this point in the history
  • Loading branch information
cristidas committed Jul 23, 2024
1 parent beff7c9 commit 4e128f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/aws-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
sed -i 's/${ECR_REGISTRY}/'$(echo $ECR_REGISTRY)/ deploy/prod/chainlog-ui.yaml
- name: Deploying Chainlog UI to Kubernetes with Helm
env:
APP_NAME: chainlog-ui
uses: bitovi/[email protected]
with:
values: image.repository=${{ steps.login-ecr.outputs.registry }}/chainlog-ui-prod,image.tag=${{ steps.vars.outputs.sha_short }}
Expand Down
2 changes: 2 additions & 0 deletions deploy/prod/chainlog-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ autoscaling:
maxReplicas: 3
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 60
externalSecrets:
clusterSecretStoreName: ${CLUSTER_NAME}
env:
CHECKSUM_CONTAINER_NAME:
type: kv
Expand Down

0 comments on commit 4e128f5

Please sign in to comment.