32 lines
598 B
YAML
32 lines
598 B
YAML
image:
|
|
repository: tccr.io/truecharts/heimdall
|
|
tag: v2.5.7@sha256:cafa26a8ce0a98ad17892bf5e148e824e2f810289e965c43796e9c680ac194da
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10014
|
|
targetPort: 80
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
startup:
|
|
enabled: true
|