33 lines
518 B
YAML
33 lines
518 B
YAML
image:
|
|
repository: tccr.io/truecharts/budge
|
|
tag: v0.0.9@sha256:5105c476306915d0096daa81cdb0a3a5a9c86e07b4d80bf550fb265e65ff3e29
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
env:
|
|
NODE_ENV: "production"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10165
|
|
targetPort: 80
|
|
|
|
persistence:
|
|
varrun:
|
|
enabled: true
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
|
|
portal:
|
|
enabled: true
|