image: repository: ghcr.io/static-web-server/static-web-server pullPolicy: IfNotPresent tag: 2.36.1@sha256:210d9726e0f06c10639156563e70ce0692a6618707e0bf7b3cf842caf3f28e18 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"