helm-charts/charts/library/common-test/ci/no-service.yaml
2024-03-07 18:53:41 +00:00

20 lines
310 B
YAML

controllers:
main:
containers:
main:
image:
repository: ghcr.io/mendhak/http-https-echo
tag: 31
pullPolicy: IfNotPresent
service:
main:
enabled: false
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false