33 lines
518 B
YAML
33 lines
518 B
YAML
image:
|
|
repository: tccr.io/truecharts/budge
|
|
tag: v0.0.9@sha256:abdc161d17ec2e42bcc365ac948132a245d09b788b93fad636082ad6800c8053
|
|
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
|