26 lines
432 B
YAML
26 lines
432 B
YAML
image:
|
|
repository: tccr.io/truecharts/mylar3
|
|
tag: v0.6.8@sha256:1ef7c2ea93b95bf01461d57175498acf9f7be41b7f569d5c08719d75dcafa794
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8090
|
|
targetPort: 8090
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|