logseq-syncthing chart
This commit is contained in:
34
logseq-syncthing-chart/values.yaml
Normal file
34
logseq-syncthing-chart/values.yaml
Normal 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
|
||||
Reference in New Issue
Block a user