-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* new deployments configured * visual fix for connect button on mobile * typo * secrets fro protomainnet moved to prod apps vault --------- Co-authored-by: Lukasz Kosiak <[email protected]>
- Loading branch information
1 parent
1f5acdb
commit 8724ad7
Showing
6 changed files
with
106 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
project_id: prj-p-prod-apps-3cidxzuc | ||
bastion_instance_name: vm-p-prod-apps-bastion-ase1 | ||
bastion_instance_zone: asia-southeast1-a | ||
region: asia-southeast1 | ||
|
||
k8s_clusters: | ||
production: | ||
project_id: "prj-p-prod-apps-3cidxzuc" | ||
name: gke-p-prod-apps-01-ase1 | ||
|
||
registry: asia-docker.pkg.dev/prj-p-devops-services-tvwmrf63/zilliqa-private | ||
|
||
dbs_to_instances: [] | ||
|
||
apps_to_clusters: | ||
- name_re: main/zq2-staking/zq2-staking-frontend | ||
cluster: production | ||
dns_name: stake.zq2-protomainnet.zilliqa.com | ||
healthcheck: | ||
request_path: /api/health | ||
image_name: zq2-staking-frontend | ||
namespace: zq2-staking-protomainnet | ||
pipeline: | ||
dockerfile_path: images/frontend/Dockerfile | ||
context: . | ||
replicas: 1 | ||
env_vars: | ||
- name: ZQ2_STAKING_CHAIN_ID | ||
value: 32770 | ||
pod_limits: | ||
cpu: 200m | ||
memory: 200Mi | ||
pod_requests: | ||
cpu: 100m | ||
memory: 100Mi | ||
|
||
secrets: | ||
zq2_staking: | ||
wallet_connect_api_key: | ||
_op: "op://prj-d-staging/zq2-staking/WALLET_CONNECT_API_KEY" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
project_id: prj-d-staging-6zj2hygf | ||
bastion_instance_name: vm-d-staging-bastion-ase1 | ||
bastion_instance_zone: asia-southeast1-a | ||
region: asia-southeast1 | ||
|
||
k8s_clusters: | ||
staging: | ||
project_id: "prj-d-staging-6zj2hygf" | ||
name: gke-d-staging-01-ase1 | ||
|
||
registry: asia-docker.pkg.dev/prj-d-devops-services-4dgwlsse/zilliqa-private | ||
|
||
dbs_to_instances: [] | ||
|
||
apps_to_clusters: | ||
- name_re: main/zq2-staking/zq2-staking-frontend | ||
cluster: staging | ||
dns_name: stake.zq2-prototestnet.zilliqa.com | ||
healthcheck: | ||
request_path: /api/health | ||
image_name: zq2-staking-frontend | ||
namespace: zq2-staking-prototestnet | ||
pipeline: | ||
dockerfile_path: images/frontend/Dockerfile | ||
context: . | ||
replicas: 1 | ||
env_vars: | ||
- name: ZQ2_STAKING_CHAIN_ID | ||
value: 33103 | ||
pod_limits: | ||
cpu: 200m | ||
memory: 200Mi | ||
pod_requests: | ||
cpu: 100m | ||
memory: 100Mi | ||
|
||
secrets: | ||
zq2_staking: | ||
wallet_connect_api_key: | ||
_op: "op://prj-p-prod-apps/zq2-staking/WALLET_CONNECT_API_KEY" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters