catalog/stable/static-web-server/1.0.1/ix_values.yaml

37 lines
698 B
YAML

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