-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
123 lines (116 loc) · 2.46 KB
/
values.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
project:
name: prod-holaplex-hub
domain: holaplex.com
vpc:
name: main
routing: REGIONAL
region: us-central1
nat:
name: nat
router:
name: router
subnetwork:
name: private
privateIpGoogleAccess: true
cidrRange: "10.0.0.0/18"
kubernetes:
name: prod-holaplex-usc-gke
environment: production
nodePool:
name: main
machineType: n2-standard-4
diskSizeGb: 250
#Node count per AZ (x3).
nodeCount: 2
autoscaling:
enabled: true
min: 1
max: 3
loadBalancer:
enabled: false
networkPolicies:
enabled: true
networkRanges:
pods: "10.48.0.0/14"
services: "10.52.0.0/20"
backups:
service:
name: velero
namespace: velero
bucket:
name: prod-holaplex-usc-gke-velero
location: us
storageClass: MULTI_REGIONAL
logging:
service:
name: logging
namespace: logging
bucket:
name: prod-holaplex-usc-gke-logs
location: us
storageClass: MULTI_REGIONAL
redisInstances:
- name: hub-nfts
tier: STANDARD_HA
memorySizeGb: 4
sqlInstances:
- name: hub-orgs
database: orgs
username: orgs
machineType: db-custom-1-3840 # 1 CPU - 3840 RAM
diskSizeGb: 20
- name: hub-credits
database: credits
username: credits
machineType: db-custom-1-3840
diskSizeGb: 20
- name: hub-customers
database: customers
username: customers
machineType: db-custom-1-3840
diskSizeGb: 20
- name: hub-nfts
database: nfts
username: nfts
machineType: db-custom-8-30720
diskSizeGb: 200
- name: hub-nfts-polygon
database: nfts_polygon
username: nfts_polygon
machineType: db-custom-1-3840
diskSizeGb: 20
- name: hub-nfts-solana
database: nfts_solana
username: nfts_solana
machineType: db-custom-4-15360
diskSizeGb: 200
- name: hub-webhooks
database: webhooks
username: webhooks
machineType: db-custom-1-3840
diskSizeGb: 20
- name: hub-treasuries
database: treasuries
username: treasuries
machineType: db-custom-1-3840
diskSizeGb: 20
- name: hydra
database: hydra
username: hydra
machineType: db-custom-1-3840
diskSizeGb: 20
- name: keto
database: keto
username: keto
machineType: db-custom-1-3840
diskSizeGb: 20
- name: kratos
database: kratos
username: kratos
machineType: db-custom-1-3840
diskSizeGb: 20
- name: svix
database: svix
username: svix
machineType: db-custom-1-3840
diskSizeGb: 20