32 lines
579 B
YAML
32 lines
579 B
YAML
image:
|
|
repository: stonith404/pingvin-share
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.29.0@sha256:ea0c6bcc85c67b6b5925d5e38156605343d5df8ed0f5067fcb84d6ef331bfbd1
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 3333
|
|
port: 3333
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/opt/app/backend/data"
|
|
image:
|
|
enabled: true
|
|
mountPath: "/opt/app/frontend/public/img"
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|