26 lines
495 B
YAML
26 lines
495 B
YAML
image:
|
|
repository: tccr.io/truecharts/mylar3
|
|
tag: v0.7.5@sha256:11c16e530e85b77f3889625fb3230a49b34a170860182676dc24b03af6986fbc
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8090
|
|
targetPort: 8090
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|