mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-09 17:06:08 +08:00
32 lines
599 B
YAML
32 lines
599 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/budge
|
|
tag: 0.0.9@sha256:55d378b38526675f42f80f3d2af327f04f4939a40e0b55fc7d6c04020b9d343b
|
|
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
|