Files
catalog/stable/static-web-server/1.0.11/ix_values.yaml
TrueCharts-Bot 1a36742515 Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-09 10:45:32 +00:00

37 lines
698 B
YAML

image:
repository: tccr.io/truecharts/static-web-server
pullPolicy: IfNotPresent
tag: v2.24.0@sha256:38743a811e0742f321cf891bb24aa34820781eb5c0dfd241ab225709497c2efa
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