-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
62 lines (55 loc) · 1.08 KB
/
values.yaml
File metadata and controls
62 lines (55 loc) · 1.08 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
# Default values for hoarder Helm chart
replicaCount:
web: 1
chrome: 1
meilisearch: 1
image:
web:
repository: ghcr.io/hoarder-app/hoarder
tag: latest
pullPolicy: Always
chrome:
repository: gcr.io/zenika-hub/alpine-chrome
tag: "123"
pullPolicy: IfNotPresent
meilisearch:
repository: getmeili/meilisearch
tag: v1.11.1
pullPolicy: IfNotPresent
service:
web:
type: ClusterIP
port: 3000
chrome:
type: ClusterIP
port: 9222
meilisearch:
type: ClusterIP
port: 7700
persistence:
data:
enabled: true
size: 1Gi
storageClass: ""
accessMode: ReadWriteOnce
meilisearch:
enabled: true
size: 1Gi
storageClass: ""
accessMode: ReadWriteOnce
ingress:
enabled: false
className: ""
host: hoarder.synik4l.net
annotations: {}
tls: []
env:
NEXTAUTH_URL: http://localhost:3000
HOARDER_VERSION: release
# Secret values (to be overridden in a separate values file or via --set)
secrets:
NEXTAUTH_SECRET: ""
MEILI_MASTER_KEY: ""
NEXT_PUBLIC_SECRET: ""
# Uncomment if needed
# OPENAI_API_KEY: ""