28 lines
540 B
YAML
28 lines
540 B
YAML
env:
|
|
MALOJA_DATA_DIRECTORY: /config
|
|
MALOJA_HOST: 0.0.0.0
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/maloja
|
|
tag: latest@sha256:aed9c2044a962314ed8f59989af317f6ead220fa25cf8c71984284ed41e7f7e0
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 42010
|
|
protocol: TCP
|
|
targetPort: 42010
|
|
|
|
portal:
|
|
enabled: true
|