29 lines
476 B
YAML
29 lines
476 B
YAML
image:
|
|
repository: tccr.io/truecharts/heimdall
|
|
tag: v2.4.13@sha256:50fcaa2188c2b5ac40e9bde2dcc7ff917297d2a82805632ae3ad5184ecf19f8b
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10014
|
|
targetPort: 80
|
|
|
|
probes:
|
|
startup:
|
|
enabled: true
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|