mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
fix: Don't render disabled services
This commit is contained in:
parent
0a5fb9d3d4
commit
8106004a7c
15 changed files with 81 additions and 39 deletions
20
charts/other/app-template/ci/no-service.yaml
Normal file
20
charts/other/app-template/ci/no-service.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
image:
|
||||
repository: b4bz/homer
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
|
||||
ingress:
|
||||
main:
|
||||
enabled: false
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
Loading…
Add table
Add a link
Reference in a new issue