2024-04-29 12:41:56 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: petersem/posterr
|
2024-05-05 10:40:16 +00:00
|
|
|
tag: latest@sha256:2b0f4ede27b1cabc14ce73212c1df1dfa6f4053297b33554bb7dec313d4da017
|
2024-04-29 12:41:56 +00:00
|
|
|
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
|