-
Notifications
You must be signed in to change notification settings - Fork 22
/
values.yaml
64 lines (58 loc) · 2.04 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
name: outline
image:
repository: outlinewiki/outline
tag: 0.69.1
pullPolicy: IfNotPresent
replicas: 1
resources: {}
env:
# SLACK_KEY: "slack key in slack oidc context"
# SLACK_SECRET: "slack secret in slack oidc context"
envSecrets:
secretKey: "5974e36f82085f057223565ac2d0d01427a90248ade611108b4b937672649bd4" # MUST be replaced! Generate a hex-encoded 32-byte random key. You should use `openssl rand -hex 32`
utilsSecret: "8c5a14973325ba56694a99856e6be330812b875e5f683dd37022cf76444774bb" # Generate a unique random key. The format is not important but you could still use `openssl rand -hex 32`
ingress:
host: outline.yourdomain.tld
annotations: # set your custom ingress annotations here
# cert-manager.io/cluster-issuer: "letsencrypt-staging"
tls:
enabled: false
redis:
enabled: true
architecture: "standalone"
persistence:
size: 2Gi
storageClass: ""
auth:
enabled: false
postgresql:
enabled: true
architecture: "standalone"
postgresqlDatabase: "outline"
postgresqlUsername: "outline"
postgresqlPassword: "vh4rf^q32BcvtFqFVjny4pnM" # MUST be replaced with some secret password! Don't use this in production
postgresqlPostgresPassword: "Ma#wXFMz6jFqXUr^qP&K66XQbd" # MUST be replaced with some secret password! Don't use this in production
persistence:
enabled: true
storageClass: ""
size: 1Gi
minio:
enabled: true
disableWebUI: false
ingress:
enabled: true
hostname: data.outline.yourdomain.tld
certManager: false
tls: false
annotations:
# cert-manager.io/cluster-issuer: "letsencrypt-staging"
mode: "standalone"
defaultBuckets: "ol-data" # should not be "outline" because of https://github.com/outline/outline/issues/2068
secretKey:
password: "Uk4LuwVFvRDiG6k4nYA5C^835V" # MUST be replaced with some custom generated secret! Don't use this in production
accessKey:
password: "zFPVNNK*QNp3^V4J38Gy76SehG" # MUST be replaced with some custom generated access_key! Don't use this in production
persistence:
enabled: true
storageClass: ""
size: 2Gi