30 lines
527 B
YAML
30 lines
527 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/sqlitebrowser
|
|
pullPolicy: IfNotPresent
|
|
tag: version-3.12.2-02876202105241947ubuntu18.04.1@sha256:1977924001b910e9aae6194dfe8015bde2daebfbac094af20d4470208681571f
|
|
|
|
env:
|
|
PUID: 568
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3000
|
|
targetPort: 3000
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
varrun:
|
|
enabled: true
|