logseq-syncthing chart

This commit is contained in:
2024-10-20 22:34:08 +01:00
parent 5611661838
commit 11d0d7d616
12 changed files with 268 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
replicaCount: 1
image:
logseq:
repository: ghcr.io/logseq/logseq-webapp
tag: "latest"
pullPolicy: IfNotPresent
syncthing:
repository: linuxserver/syncthing
tag: "1.27.11"
pullPolicy: IfNotPresent
service:
logseq:
type: ClusterIP
port: 80
syncthing:
type: ClusterIP
port: 8384
persistentVolume:
storageClass: "longhorn"
size: "5Gi"
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000