move common-test to test-chart and use it when present

This commit is contained in:
Kjeld Schouten
2024-10-09 15:35:03 +02:00
parent 197803ea0c
commit 12dae70f8d
238 changed files with 36 additions and 6 deletions
@@ -1,49 +0,0 @@
service:
main:
enabled: true
ports:
main:
enabled: true
protocol: http
port: 8080
workload:
main:
enabled: true
podSpec:
containers:
main:
enabled: true
args:
- --port
- "8080"
probes:
liveness:
enabled: true
readiness:
enabled: true
startup:
enabled: true
additionalContainers:
some-name:
imageSelector: image
args:
- --port
- "8081"
probes:
liveness:
enabled: true
port: 8081
type: http
path: /
readiness:
enabled: true
port: 8081
type: http
path: /
startup:
enabled: true
port: 8081
type: http
path: /