Skip to content

Commit

Permalink
APT-1632: z app sync config fixes #24
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Kosiak <[email protected]>
  • Loading branch information
lukozill and uHappyLogic authored Jan 23, 2025
1 parent 24b71b5 commit 34ea0f1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions cd/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ spec:
name: zq2-staking-frontend
ports:
- containerPort: 3000
env: []
2 changes: 1 addition & 1 deletion cd/overlays/production_protomainnet/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ patches:
path: "/spec/template/spec/containers/0/env/-"
value:
name: ZQ2_STAKING_CHAIN_ID
value: 32770
value: "32770"
12 changes: 6 additions & 6 deletions cd/overlays/staging_devnet/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ patches:
- target:
kind: Service
name: zq2-stake-frontend
patch: |-
- op: add
path: /metadata/annotations
value:
beta.cloud.google.com/backend-config: '{"default": "zq2-stake-frontend"}'
patch: |-
- op: add
path: /metadata/annotations
value:
beta.cloud.google.com/backend-config: '{"default": "zq2-stake-frontend"}'
- target:
kind: Deployment
name: zq2-stake-frontend
Expand All @@ -41,4 +41,4 @@ patches:
path: "/spec/template/spec/containers/0/env/-"
value:
name: ZQ2_STAKING_CHAIN_ID
value: 33469
value: "33469"
2 changes: 1 addition & 1 deletion cd/overlays/staging_prototestnet/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ patches:
path: "/spec/template/spec/containers/0/env/-"
value:
name: ZQ2_STAKING_CHAIN_ID
value: 33103
value: "33103"

0 comments on commit 34ea0f1

Please sign in to comment.