2022-07-21 13:17:45 +00:00
|
|
|
env:
|
2022-07-23 01:37:45 +00:00
|
|
|
BASEPATH: ""
|
2022-07-21 13:17:45 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
2022-07-23 01:37:45 +00:00
|
|
|
repository: tccr.io/truecharts/posterr
|
2022-07-25 23:24:51 +00:00
|
|
|
tag: latest@sha256:7f0468562c337878cc089ac7587041344b616167e9995b1fd2f59600c1364294
|
2022-07-21 13:17:45 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
2022-07-23 01:37:45 +00:00
|
|
|
mountPath: /usr/src/app/config
|
|
|
|
custom:
|
2022-07-21 13:17:45 +00:00
|
|
|
enabled: true
|
2022-07-23 01:37:45 +00:00
|
|
|
mountPath: /usr/src/app/public/custom
|
2022-07-21 13:17:45 +00:00
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2022-07-23 01:37:45 +00:00
|
|
|
port: 9876
|
2022-07-21 13:17:45 +00:00
|
|
|
protocol: TCP
|
|
|
|
targetPort: 3000
|
2022-08-09 00:29:33 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|