-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathvalues.yaml
More file actions
executable file
·150 lines (135 loc) · 3.04 KB
/
values.yaml
File metadata and controls
executable file
·150 lines (135 loc) · 3.04 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
143
144
145
146
147
148
149
150
# Default values for learninglocker.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
learninglocker-ui:
image:
repository: fundocker/learninglocker
tag: v6.1.1
pullPolicy: IfNotPresent
storage:
existing: ""
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
hosts:
- host: learninglocker.example.com
paths:
- /
tls:
- secretName: ""
hosts:
- example.com
env:
NODE_ENV: production
SITE_URL: localhost
UI_PORT: 3000
API_PORT: 8080
APP_SECRET: ""
REDIS_HOST: redis
REDIS_PORT: 6379
REDIS_DB: 0
REDIS_PREFIX: learninglocker
LOG_MIN_LEVEL: info
WINSTON_CLOUDWATCH_ENABLED: false
SMTP_HOST: ""
SMTP_PORT: ""
SMTP_SECURED: ""
SMTP_USER: ""
SMTP_PASS: ""
QUEUE_PROVIDER: REDIS
MONGODB_PATH: mongodb://mongodb:27017/learninglocker_v2
learninglocker-api:
image:
repository: fundocker/learninglocker
tag: v6.1.1
pullPolicy: IfNotPresent
storage:
existing: ""
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/rewrite-target: /$1
hosts:
- host: learninglocker.example.com
paths:
- /api/?(.*)
tls:
- secretName: ""
hosts:
- example.com
env:
NODE_ENV: production
SITE_URL: localhost
UI_PORT: 3000
API_PORT: 8080
APP_SECRET: ""
REDIS_HOST: redis
REDIS_PORT: 6379
REDIS_DB: 0
REDIS_PREFIX: learninglocker
LOG_MIN_LEVEL: info
WINSTON_CLOUDWATCH_ENABLED: false
SMTP_HOST: ""
SMTP_PORT: ""
SMTP_SECURED: ""
SMTP_USER: ""
SMTP_PASS: ""
QUEUE_PROVIDER: REDIS
MONGODB_PATH: mongodb://mongodb:27017/learninglocker_v2
learninglocker-worker:
image:
repository: fundocker/learninglocker
tag: v6.1.1
pullPolicy: IfNotPresent
storage:
existing: ""
siteadmin:
organization: "default"
email: "administrator@this.ws"
password: ""
env:
NODE_ENV: production
SITE_URL: localhost
UI_PORT: 3000
API_PORT: 8080
APP_SECRET: ""
REDIS_HOST: redis
REDIS_PORT: 6379
REDIS_DB: 0
REDIS_PREFIX: learninglocker
LOG_MIN_LEVEL: info
WINSTON_CLOUDWATCH_ENABLED: false
SMTP_HOST: ""
SMTP_PORT: ""
SMTP_SECURED: ""
SMTP_USER: ""
SMTP_PASS: ""
QUEUE_PROVIDER: REDIS
MONGODB_PATH: mongodb://mongodb:27017/learninglocker_v2
learninglocker-xapi:
image:
repository: fundocker/xapi-service
tag: v3.6.1
pullPolicy: IfNotPresent
storage:
existing: ""
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
hosts:
- host: learninglocker.example.com
paths:
- /data
tls:
- secretName: ""
hosts:
- example.com
env:
REDIS_URL: redis://redis:6379/0
REDIS_PREFIX: learninglocker
WINSTON_CLOUDWATCH_ENABLED: false
MONGODB_PATH: mongodb://mongodb:27017/learninglocker_v2
FS_REPO: local