24 lines
477 B
YAML
24 lines
477 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: stonith404/pingvin-share
|
|
tag: v0.20.2@sha256:3862dcfd09886460cfe74e40c0ee1b50b75ae433ad1cb8fb469ed7a59de5d2be
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /opt/app/backend/data
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10595
|
|
protocol: http
|
|
targetPort: 3000
|