image: repository: ghcr.io/static-web-server/static-web-server pullPolicy: IfNotPresent tag: 2.24.1@sha256:951f2dfb153ccccc3b6c3f44016180c88fc3cd3206808023182e8c85b93ebfe5 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