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

33 lines
700 B
YAML
Raw Normal View History

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