image: repository: tccr.io/truecharts/static-web-server pullPolicy: IfNotPresent tag: v2.23.0@sha256:817faa057ad9ff7ffa6944c67d5738fd174f7479a3081bfca61273c96ffcd57a service: main: ports: main: protocol: http port: 38080 workload: main: podSpec: containers: main: env: SERVER_PORT: "{{ .Values.service.main.ports.main.port }}" SERVER_ROOT: "/public" probes: liveness: type: tcp readiness: type: tcp startup: type: tcp persistence: config: enabled: true mountPath: "/public" portal: open: enabled: true