32 lines
599 B
YAML
32 lines
599 B
YAML
|
image:
|
||
|
repository: ghcr.io/linuxserver/budge
|
||
|
tag: 0.0.9@sha256:3a2c2d4e806c767a748f1efc276634569c10cb42b677f10a9980311b371a61a6
|
||
|
pullPolicy: IfNotPresent
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 10165
|
||
|
protocol: http
|
||
|
targetPort: 80
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
env:
|
||
|
NODE_ENV: "production"
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|