Files
helm-charts/logseq-syncthing-chart/values.yaml

35 lines
579 B
YAML

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: "linode-block-storage"
size: "5Gi"
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000