-
Notifications
You must be signed in to change notification settings - Fork 152
/
values-with-mattermost.yaml
46 lines (44 loc) · 1.23 KB
/
values-with-mattermost.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
# Mattermost Operator Values
mattermostOperator:
enabled: true
replicas: 1
rbac:
create: true
serviceAccount:
create: true
env:
maxReconcilingInstallations: 20
maxReconcilingConcurrency: 10
requeuOnLimitDelay: 20s
image:
repository: mattermost/mattermost-operator
tag: v1.22.0
pullPolicy: IfNotPresent
args:
- --enable-leader-election
- --metrics-addr=0.0.0.0:8383
## Specify image pull secret for private repository
##
privateRegistry:
enabled: false
imagePullSecret: <name of the secret>
# The values below are for Mattermost Custom Resource
# Full spec example can be found here: https://github.com/mattermost/mattermost-operator/blob/master/docs/examples/mattermost_full.yaml
# Examples for mattermost spec can be found here: https://github.com/mattermost/mattermost-operator/tree/master/docs/examples
mattermostCR:
enabled: true
name: mattermost-example
spec:
version: 9.4.1
replicas: 1
ingress:
enabled: true
host: example.mattermost-example.com
# database:
# external:
# secret: <secret-name>
# fileStore:
# external:
# bucket: <bucket-name>
# secret: <secret-name>
# url: s3.amazonaws.com