-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappwrite-worker-messaging-deployment.yaml
51 lines (51 loc) · 1.35 KB
/
appwrite-worker-messaging-deployment.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
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
kompose.cmd: ./kompose convert
kompose.version: 1.32.0 (765fde254)
labels:
io.kompose.service: appwrite-worker-messaging
name: appwrite-worker-messaging
namespace: appwrite
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: appwrite-worker-messaging
template:
metadata:
annotations:
kompose.cmd: ./kompose convert
kompose.version: 1.32.0 (765fde254)
labels:
io.kompose.network/appwrite: "true"
io.kompose.service: appwrite-worker-messaging
spec:
containers:
- command:
- worker-messaging
image: appwrite/appwrite:1.4.13
name: appwrite-worker-messaging
env:
- name: _APP_ENV
value: production
- name: _APP_WORKER_PER_CORE
value: "6"
- name: _APP_REDIS_HOST
value: redis-svc.appwrite.svc
- name: _APP_REDIS_PORT
value: "6379"
- name: _APP_REDIS_USER
value:
- name: _APP_REDIS_PASS
value:
- name: _APP_SMS_PROVIDER
value:
- name: _APP_SMS_FROM
value:
- name: _APP_LOGGING_PROVIDER
value:
- name: _APP_LOGGING_CONFIG
value:
restartPolicy: Always