Files
truecharts/charts/stable/nullserv/values.yaml
Stavros Kois 2d331d15ca chore(apps): remove TZ from values. (#1945)
* chore(apps): remove TZ from values.

* chore(apps): remove TZ from values.

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-03-03 10:44:21 +01:00

57 lines
1.1 KiB
YAML

controller:
# -- Number of pods to load balance between
replicas: 2
image:
# -- image repository
repository: tccr.io/truecharts/nullserv
# -- image tag
tag: v1.3.0@sha256:67aa9d50ba0c9547b4b0f7fc68c023a34b5e2b027f7bc9233120d5fbd6bcf3cd
# -- image pull policy
pullPolicy: IfNotPresent
securityContext:
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
# -- 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:
port: 10004
targetPort: 80
https:
enabled: true
ports:
https:
enabled: true
port: 10005
targetPort: 443
persistence:
config:
enabled: true
mountPath: "/config"
# -- Configures the probes for the main Pod.
# @default -- See values.yaml
probes:
readiness:
enabled: true
custom: true
spec:
httpGet:
path: /welcome.txt
port: main