-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrender_config_devnet.yaml
50 lines (45 loc) · 1.39 KB
/
render_config_devnet.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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:
- names:
- service: main/zq2-staking/zq2-staking-frontend
db_user: op://prj-d-staging/zq2-staking-devnet/username
db_user_password: op://prj-d-staging/zq2-staking-devnet/password
cluster:
name: zq2-staking-devnet
address: 10.40.3.30
admin:
username: op://prj-d-staging/zq2-staking-devnet/root_username
password: op://prj-d-staging/zq2-staking-devnet/root_password
apps_to_clusters:
- name_re: main/zq2-staking/zq2-staking-frontend
cluster: staging
dns_name: stake.zq2-devnet.zilliqa.com
healthcheck:
request_path: /api/health
image_name: zq2-staking-frontend
namespace: zq2-staking-devnet
pipeline:
dockerfile_path: images/frontend/Dockerfile
context: .
replicas: 1
env_vars:
- name: ZQ2_STAKING_CHAIN_ID
value: 33469
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-devnet/WALLET_CONNECT_API_KEY"