-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathvalues.yaml
More file actions
142 lines (133 loc) · 2.33 KB
/
values.yaml
File metadata and controls
142 lines (133 loc) · 2.33 KB
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
appwrite:
env: "production"
locale: "en"
sslKey: ""
domain: "localhost"
options:
abuse: true
forceHttps: false
console:
whitelist:
root: true
emails: []
ips: []
system:
email:
name: "Appwrite"
addr: "team@appwrite.io"
responseFormat: ""
securityAddress: "certs@appwrite.io"
usageStats: true
ingress:
appwrite:
enabled: true
externalPort: 80
annotations: []
tls:
enabled: true
secretName: ""
realtime:
enabled: true
externalPort: 80
annotations: []
tls:
enabled: true
secretName: ""
redis:
port: 6379
user: ""
pass: ""
db:
port: 3306
schema: "appwrite"
user: "user"
password: "password"
rootPass: "rootsecretpassword"
influxdb:
port: 8086
statsd:
port: 8125
smtp:
host: ""
port: ""
secure: false
user: ""
pass: ""
storage:
limit: 10Mi
antivirus:
enabled: false
host: "clamav"
port: 3310
functions:
timeout: 900
containers: 10
cpus: 1
memory: 256Mb
swap: 256Mb
runtimes:
- node-16.0
- php-8.0
- python-3.9
- ruby-3.0
- java-16.0
- dart-2.14
- dotnet-5.0
envs:
- node-16.0
- php-7.4
- python-3.9
- ruby-3.0
- java-16.0
- dart-2.14
- dotnet-5.0
volumes:
appwrite:
uploads:
enabled: true
create: true
storageClass: ""
storageRequest: 100Mi
pvcName: "appwrite-uploads-data"
cache:
enabled: true
create: true
storageClass: ""
storageRequest: 100Mi
pvcName: "appwrite-cache-data"
config:
enabled: true
create: true
storageClass: ""
storageRequest: 100Mi
pvcName: "appwrite-config-data"
certificates:
enabled: true
create: true
storageClass: ""
storageRequest: 100Mi
pvcName: "appwrite-certificates-data"
functions:
enabled: true
create: true
storageClass: ""
storageRequest: 100Mi
pvcName: "appwrite-functions-data"
mysql:
enabled: true
create: true
storageClass: ""
storageRequest: 1Gi
pvcName: "mysql-data"
influxdb:
enabled: true
create: true
storageClass: ""
storageRequest: 1Gi
pvcName: "influxdb-data"
redis:
enabled: true
create: true
storageClass: ""
storageRequest: 1Gi
pvcName: "redis-data"