forked from kerberos-io/hub
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalues.yaml
246 lines (226 loc) · 8.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
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
# Default values for kerberoshub.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# Get your license from [email protected]
license: ""
# The registry secret to be able to download all the Docker images.
# Needs to be delivered after license purchase.
imagePullSecrets:
- name: regcred
isPrivate: true
cloudProvider: "LOCAL"
queueProvider: "KAFKA"
queueName: "kcloud-event-queue" # This is the topic to which all events are send.
emailProvider: "SMTP"
ingress: "nginx" # or "traefik"
# A mongodb instance is required to store all the relevant metadata.
mongodb:
host: mongodb.mongodb.svc.cluster.local
#host: "mongodb-0.mongodb-headless.mongodb:27017,mongodb-1.mongodb-headless.mongodb:27017"
adminDatabase: admin
username: yourusername
password: "yourpassword"
# A MQTT broker (vernemq) is used to have a bi-directional
# communication between enterprise agents and kerberos hub.
mqtt:
host: "mqtt.yourdomain.com"
port: "8443"
protocol: "wss"
username: "yourusername"
password: "yourpassword"
# We are using a pipeline that is orchestrated through Kafka topics
# Events are send back and forth until the processing is done.
kafka:
broker: "kafka1.yourdomain.com:9094,kafka2.yourdomain.com:9094"
username: "yourusername"
password: "yourpassword"
mechanism: "PLAIN"
security: "SASL_PLAINTEXT"
# For allowing WEBRTC a STUN and TURN server is required.
turn:
host: "turn:turn.yourdomain.com:8443"
username: "username1"
password: "password1"
# We have a kerberos vault component installed which contains all the
# recordings. Kerberos vault is queries to retrieve the recordings
# from the appropriate provider.
kerberosvault:
uri: "https://api.storage.yourdomain.com"
accesskey: "xxxxx"
secretkey: "xxxxx"
email:
provider: "mailgun"
from: "[email protected]"
displayName: "yourdomain.com"
mailgun:
domain: "mg.yourdomain.com"
apikey: "xxxx"
smtp:
server: "smtp.yourdomain.com"
port: "465"
username: "yourusername"
password: "yourpassword"
templates:
detection: "detection"
disabled: "disabled"
highupload: "highupload"
device: "device"
welcome: "welcome"
welcomeTitle: "Welcome to Kerberos Hub"
activate: "activate"
activateTitle: "Your Kerberos Hub account is activated"
forgot: "forgot"
forgotTitle: "Your new password for Kerberos Hub"
licenseServer:
url: "https://license.kerberos.io/verify"
token: "214%ˆ#ddfsf@#3rfdsgl_)23sffeqasSwefDSFNBM" # do not change otherwise Kerberos Hub will not work.
# Following are all the different deployments needed to make
# Kerberos hub properly working.
kerberoshub:
api:
repository: registry.gitlab.com/kerberos-io/kerberos-cloud-api
pullPolicy: IfNotPresent
tag: "1.0.433547615"
replicas: 2
jwtSecret: "13O587879874656oiyiuoyiu" # change to a random value, this is for generating JWT tokens.
schema: "https"
url: "api.yourdomain.com"
# Admin API's are made available for automation of Kerberos Hub.
# To access those API's (e.g. creation of owner users), an API key needs to be provided.
apiKey: "a-random-admin-api-key"
tls:
- hosts:
- "api.yourdomain.com"
secretName: kerberoshub-api
- hosts:
- "admin.api.yourdomain.com"
secretName: kerberoshub-admin
language: "english"
fallbackLanguage: "english"
slack: # Slack is used in the api, to send logs to a specific Slack channel.
enabled: "true"
hook: "yourslackhook" # https://hooks.slack.com/services/T08Q2Q9V5/xxKT/JALxxAk26bHtuqTfZ
username: "Kerberos Hub" # The slack username
elasticsearch: # Logs of the kerberos hub will be send to an elastic search cluster.
enabled: "true"
protocol: "http"
host: "yourelasticsearchinstance.com"
port: "9200"
index: "kerberos-cloud"
username: ""
password: ""
sso: # OIDC settings for allowing SSO.
issuer: "" #"https://accounts.google.com"
clientId: "" # 4294xxxxsk4no3.apps.googleusercontent.com"
clientSecret: "" # UksvZ-QKGdB1W2mOu5l_Jg3R"
redirectUrl: "/sso/response"
frontend:
repository: registry.gitlab.com/kerberos-io/kerberos-cloud-ng
pullPolicy: IfNotPresent
tag: "1.0.433556434"
replicas: 2
schema: "https"
url: "yourdomain.com"
tls:
- hosts:
- "yourdomain.com"
secretName: kerberoshub
ssoDomain: "@yourdomain.com"
mixpanel: # We can keep track logging in Mixpanel as well
apikey: "xxx"
sentry: # We can trace errors in Sentry
url: "https://[email protected]/xxx"
stripe: # We use stripe for billing, so it's possible to resell Kerberos Hub if agreed.
apikey: ""
googlemaps: # Google maps is used inside the application to visualise cameras and sites.
apikey: "xxxx"
zendesk: # We can use different support tools, for now we use Zendesk but others can be integrated
url: "yourdomain.zendesk.com"
# You can style Kerberos hub as you wish.
# 1. we do the styling on our side and bake it in the Docker image (change the logo attribute to your company name)
# 2. you bring your own logo (set logo to 'custom'), and mount the css file and favicons.
# we will need to include your logo in the Docker image, so please reach out to us.
logo: "custom"
# Custom layout: override css
# By providing a style.css file in the custom folder
# this file will override any css styling.
#volumeMounts:
# - name: custom-layout
# mountPath: /usr/share/nginx/html/assets/custom
# - name: custom-favicon
# mountPath: /usr/share/nginx/html/assets/favicon
#volumes:
# - name: custom-layout
# persistentVolumeClaim:
# claimName: custom-layout-claim
# - name: custom-favicon
# persistentVolumeClaim:
# claimName: custom-favicon-claim
# By specifying the below environments variables, you can tweak the
# headings and paragraphs of Kerberos Hub.
dashboardTitle: ""
dashboardSubTitle: ""
latestEventsTitle: ""
latestEventsSubTitle: ""
livestreamTitle: ""
livestreamSubTitle: ""
mediaTitle: ""
mediaSubTitle: ""
# Optionals
cpuUsageDescription: ""
framesPerSecondDescription: ""
mlaUtilizationDescription: ""
objectsDetectedDescription: ""
cleanup:
repository: registry.gitlab.com/kerberos-io/kerberos-cloud-cleanup
pullPolicy: IfNotPresent
tag: "1.0.1807619890"
forwarder:
repository: registry.gitlab.com/kerberos-io/vault-forwarder
pullPolicy: IfNotPresent
tag: "1.0.1613962421"
monitordevice:
repository: registry.gitlab.com/kerberos-io/kerberos-monitor-device
pullPolicy: IfNotPresent
tag: "1.0.1613943164"
kerberospipeline:
event:
repository: registry.gitlab.com/kerberos-io/kcloud-event-queue
pullPolicy: IfNotPresent
tag: "1.0.766190255"
monitor:
repository: registry.gitlab.com/kerberos-io/kcloud-monitor-queue
pullPolicy: IfNotPresent
tag: "1.0.1613911757"
sequence:
repository: registry.gitlab.com/kerberos-io/kcloud-sequence-queue
pullPolicy: IfNotPresent
tag: "1.0.1613913235"
throttler:
repository: registry.gitlab.com/kerberos-io/kcloud-throttler-queue
pullPolicy: IfNotPresent
tag: "1.0.1613950978"
notify:
repository: registry.gitlab.com/kerberos-io/kcloud-notify-queue
pullPolicy: IfNotPresent
tag: "1.0.1613954180"
notifyTest:
repository: registry.gitlab.com/kerberos-io/kcloud-notify-test-queue
pullPolicy: IfNotPresent
tag: "1.0.1613961208"
analysis:
repository: registry.gitlab.com/kerberos-io/kcloud-analysis-queue
pullPolicy: IfNotPresent
tag: "1.0.1613937799"
dominantColor:
repository: registry.gitlab.com/kerberos-io/kcloud-dominantcolor-queue
pullPolicy: IfNotPresent
tag: "1.0.906298340"
thumbnail:
repository: registry.gitlab.com/kerberos-io/kcloud-thumbnail-queue
pullPolicy: IfNotPresent
tag: "1.0.1294067330"
counting:
repository: registry.gitlab.com/kerberos-io/kcloud-counting-queue
pullPolicy: IfNotPresent
tag: "1.0.911063420"