Files
catalog/stable/static-web-server/3.2.1/ix_values.yaml
TrueCharts-Bot 3d56ef9670 Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-03 12:49:43 +00:00

33 lines
700 B
YAML

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