2024-02-24 08:37:57 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
2024-02-25 11:05:19 +00:00
|
|
|
repository: petersem/posterr
|
2024-03-05 16:55:48 +00:00
|
|
|
tag: latest@sha256:f8cc22b540331fdf63ee7c41e7622f126ab36dd2ee40fb2b11672e595f1c7a00
|
2024-02-24 08:37:57 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2024-02-25 11:05:19 +00:00
|
|
|
port: 9876
|
|
|
|
protocol: http
|
|
|
|
targetPort: 3000
|
2024-02-24 08:37:57 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
2024-02-25 11:05:19 +00:00
|
|
|
mountPath: /usr/src/app/config
|
|
|
|
custom:
|
2024-02-24 08:37:57 +00:00
|
|
|
enabled: true
|
2024-02-25 11:05:19 +00:00
|
|
|
mountPath: /usr/src/app/public/custom
|
2024-02-24 08:37:57 +00:00
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
runAsGroup: 0
|
2024-02-25 11:05:19 +00:00
|
|
|
runAsUser: 0
|