summaryrefslogtreecommitdiff
path: root/apps/linkding/values.yaml
blob: 4060b79348466da1718da52650e2223bdaa971b9 (plain)
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
replicaCount: 1

image:
  repository: sissbruecker/linkding
  tag: "latest"
  pullPolicy: IfNotPresent

auth:
  adminUser: admin
  adminPassword: changeme

service:
  type: ClusterIP
  port: 9090

ingress:
  enabled: true
  className: nginx
  host: linkding.local

persistence:
  enabled: true
  storageClass: local-path
  size: 1Gi

env:
  superuserName: admin
  superuserPassword: changeme

resources: {}