24 lines
467 B
YAML
24 lines
467 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: unraides/facturascripts
|
||
|
tag: latest@sha256:2be572f1eb26d8b3e9c67728cee6bc4e1b3456dd3d7a8e6fe7b8801a169bb361
|
||
|
persistence:
|
||
|
appdata:
|
||
|
enabled: true
|
||
|
mountPath: /var/www/html
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 31000
|
||
|
protocol: tcp
|
||
|
targetPort: 80
|