2022-07-20 19:13:25 +00:00
|
|
|
env: {}
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/facturascripts
|
2022-07-25 21:35:40 +00:00
|
|
|
tag: latest@sha256:10c0e04e4d4313daf59e64aed30e817dfa7773963d8c5f5940a8efe4fa655a97
|
2022-07-20 19:13:25 +00:00
|
|
|
persistence:
|
|
|
|
appdata:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /var/www/html
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
port: 31000
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 80
|