37 lines
698 B
YAML
37 lines
698 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/static-web-server
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v2.20.2@sha256:cde29086b0c99d70965d4bb816499feeccc262d2f7d3465972bc3ccd888b4339
|
||
|
|
||
|
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
|