31 lines
513 B
YAML
31 lines
513 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/budge
|
|
tag: version-0.0.3@sha256:361452dbded9d4ffe4afdee750b64d742dd97ffdbebb3801c1fbdb1bccc8b873
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
env:
|
|
NODE_ENV: "production"
|
|
PUID: 568
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10165
|
|
targetPort: 80
|
|
|
|
persistence:
|
|
varrun:
|
|
enabled: true
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|