First charts - obsidian and trilium with syncthing
This commit is contained in:
28
trilium-syncthing-chart/values.yaml
Normal file
28
trilium-syncthing-chart/values.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
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: []
|
||||
Reference in New Issue
Block a user