2021-07-01 18:26:22 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: ghcr.io/k8s-at-home/nullserv
|
|
|
|
tag: v1.3.0@sha256:0792c7e6d814bf292455da3f40aa5d56c465f2b5024e786ac3bf3dc3b16cc757
|
2021-07-01 18:26:22 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
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-09-26 20:28:16 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-11 10:07:17 +00:00
|
|
|
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
|