Files
truecharts/charts/stable/nullserv/values.yaml
Kjeld Schouten-Lebbing ad98f0cf28 test2 (+1 squashed commits)
Squashed commits:

[50e5c2165b] test (+1 squashed commits)

Squashed commits:

[9c8ca9bb81] tmp (+1 squashed commits)

Squashed commits:

[f86e9aedef] squashed work
2023-03-08 20:15:45 +01:00

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