29 lines
441 B
YAML
29 lines
441 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
trilium:
|
|
repository: triliumnext/notes
|
|
tag: "v0.90.4"
|
|
pullPolicy: IfNotPresent
|
|
syncthing:
|
|
repository: linuxserver/syncthing
|
|
tag: "1.27.11"
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
trilium:
|
|
type: ClusterIP
|
|
port: 8080
|
|
syncthing:
|
|
type: ClusterIP
|
|
port: 8384
|
|
|
|
persistentVolume:
|
|
storageClass: "longhorn"
|
|
size: "5Gi"
|
|
|
|
resources: {}
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: []
|