24 lines
477 B
YAML
24 lines
477 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: stonith404/pingvin-share
|
|
tag: v0.20.3@sha256:25a5f8df8c09a427895d2ea4a4ae98acc0b30829c955d74847ea8a796c8cbb01
|
|
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
|