29 lines
501 B
YAML
29 lines
501 B
YAML
image:
|
|
repository: tccr.io/truecharts/pingvin-share
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.7.0@sha256:e8ddba44f30e4fb37d3663e2049bd39a428c882758adb601ccd4aa20b51caa3f
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: HTTP
|
|
targetPort: 3000
|
|
port: 10595
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /opt/app/backend/data
|
|
|
|
portal:
|
|
enabled: true
|