29 lines
501 B
YAML
29 lines
501 B
YAML
image:
|
|
repository: tccr.io/truecharts/pingvin-share
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.3.5@sha256:6a3a1cb99aef4fbe219832aeee241a407741983b9d85b7861e20ae263f237994
|
|
|
|
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
|