26 lines
499 B
YAML
26 lines
499 B
YAML
|
env: {}
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/facturascripts
|
||
|
tag: latest@sha256:477396783806627fa1d316a12c3da9e7b24747591dc58852d629825572e4d83a
|
||
|
persistence:
|
||
|
appdata:
|
||
|
enabled: true
|
||
|
mountPath: /var/www/html
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 31000
|
||
|
protocol: TCP
|
||
|
targetPort: 80
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|