TrueChartsClone/charts/stable/nullserv/values.yaml

44 lines
837 B
YAML

image:
repository: tccr.io/truecharts/nullserv
tag: v1.3.0@sha256:e4fb3f05491af583b715fc483f6780dfa03d3a103b0daff0e06e3d783f5e7925
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10004
targetPort: 80
https:
enabled: true
ports:
https:
enabled: true
port: 10005
targetPort: 443
persistence:
config:
enabled: true
mountPath: "/config"
portal:
open:
enabled: true
securityContext:
container:
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
readiness:
enabled: true
custom: true
spec:
httpGet:
path: /welcome.txt
port: main
replicas: 2