-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
51 lines (46 loc) · 1.02 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
# Default values for customer-provisioned-infrastructure Delta.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
customer:
name: testcustomer
product: postgresql
tshirtSize: marbles
sizes:
marbles:
cpuLimit: "1000m"
cpuRequest: "250m"
memoryLimit: "2Gi"
memoryRequest: "100Mi"
storage: "32Gi"
pebbles:
cpuLimit: "2000m"
cpuRequest: "400m"
memoryLimit: "4Gi"
memoryRequest: "250Mi"
storage: "64Gi"
thunder:
cpuLimit: "8000m"
cpuRequest: "2000m"
memoryLimit: "8Gi"
memoryRequest: "512Mi"
storage: "128Gi"
titan:
cpuLimit: "16000m"
cpuRequest: "2000m"
memoryLimit: "16Gi"
memoryRequest: "1Gi"
storage: "256Gi"
goliath:
cpuLimit: "32000m"
cpuRequest: "2000m"
memoryLimit: "32Gi"
memoryRequest: "1Gi"
storage: "512Gi"
# These are for testing, and will be overridden by a "real" customer
global:
customer:
name: test
products:
postgres:
- name: testdb
tshirtSize: thunder