-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_values.yaml
More file actions
37 lines (36 loc) · 918 Bytes
/
example_values.yaml
File metadata and controls
37 lines (36 loc) · 918 Bytes
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
deploy_version: 0.1.14
image_tag: latest
applications:
- name: flask
image: pennlabs/labs-api-server
secret: labs-api-server
ingress:
hosts:
- host: api.pennlabs.org
paths: ["/"]
- host: alternativedomain.com
paths: ["/"]
secretMounts:
- name: labs-api-server
item: IOS_KEY
path: "/app/ios_key.p8"
- name: redis
image: redis
tag: 6.0rc
port: 6379
cronjobs:
- name: laundry
schedule: "*/15 * * * *"
secret: labs-api-server
image: pennlabs/labs-api-server
cmd: ["python3", "cron/save_laundry_data.py"]
- name: gsr-notifications
schedule: "20,50 * * * *"
secret: labs-api-server
image: pennlabs/labs-api-server
tag: "6.0"
cmd: ["python3", "cron/send_gsr_push_notification.py", "0"]
secretMounts:
- name: labs-api-server
item: IOS_KEY
path: "/app/ios_key.p8"