31 lines
599 B
YAML
31 lines
599 B
YAML
image:
|
|
repository: sissbruecker/linkding
|
|
tag: 1.8.8@sha256:d8d90a253cfe2bb1087492169c8e98ad20644f079c4890bdb9a7ac874488313d
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
env:
|
|
LD_SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
# User Defined
|
|
LD_REQUEST_TIMEOUT: 60
|
|
LD_DISABLE_BACKGROUND_TASKS: false
|
|
LD_DISABLE_URL_VALIDATION: false
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10210
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/etc/linkding/data"
|