28 lines
571 B
YAML
28 lines
571 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/posterr
|
||
|
tag: latest@sha256:141b757a5434780939d0238491fe7ca0799eda3ae48c14ef22e4b6f6ac588842
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 9876
|
||
|
protocol: http
|
||
|
targetPort: 3000
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /usr/src/app/config
|
||
|
custom:
|
||
|
enabled: true
|
||
|
mountPath: /usr/src/app/public/custom
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|