24 lines
410 B
YAML
24 lines
410 B
YAML
image:
|
|
repository: tccr.io/truecharts/homer
|
|
tag: v22.02.2@sha256:0080500f803db4a6cd2b79d145fdeac54a11f0508ca25bebbe014934534a87be
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10178
|
|
targetPort: 8080
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/www/assets"
|