2021-07-01 18:26:22 +00:00
controller :
# -- Number of pods to load balance between
replicas : 2
image :
# -- image repository
2021-12-03 12:02:44 +00:00
repository : tccr.io/truecharts/nullserv
2021-07-01 18:26:22 +00:00
# -- image tag
2021-12-03 14:07:49 +00:00
tag : v1.3.0@sha256:67aa9d50ba0c9547b4b0f7fc68c023a34b5e2b027f7bc9233120d5fbd6bcf3cd
2021-07-01 18:26:22 +00:00
# -- image pull policy
pullPolicy : IfNotPresent
2021-09-10 18:10:04 +00:00
securityContext :
runAsNonRoot : false
podSecurityContext :
runAsUser : 0
runAsGroup : 0
2021-07-01 18:26:22 +00:00
# -- environment variables. See more environment variables in the [nullserv documentation](https://github.com/bmrzycki/nullserv/blob/master/README.md).
# @default -- See below
env :
# -- Set the container timezone
# -- Configures service settings for the chart.
# @default -- See values.yaml
service :
main :
ports :
main :
2021-11-28 09:26:31 +00:00
port : 10004
2021-11-06 21:55:18 +00:00
targetPort : 80
2021-11-13 21:05:00 +00:00
https :
enabled : true
ports :
2021-07-01 18:26:22 +00:00
https :
enabled : true
2021-11-28 09:26:31 +00:00
port : 10005
2021-11-06 21:55:18 +00:00
targetPort : 443
2021-07-01 18:26:22 +00:00
2021-09-26 20:28:16 +00:00
persistence :
config :
enabled : true
mountPath : "/config"
2021-11-14 19:19:16 +00:00
2021-09-26 20:28:16 +00:00
2021-07-01 18:26:22 +00:00
# -- Configures the probes for the main Pod.
# @default -- See values.yaml
probes :
readiness :
enabled : true
custom : true
spec :
httpGet :
path : /welcome.txt
port : main