Major Common cleanup + services overhaul (#448)

* Major Common cleanup + services overhaul

* add resources test and scaleGPU support

* implement cleaner ingress, remove externalService and remove ingressRoute

* cleanup service test whoopsies

* fix some more test errors

* Fix ingress tests

* oops

* redesign ixcert system for ingress

* test multiple ixcert-secrets support

* increate tests versioning

* add test for pvc name override
This commit is contained in:
Kjeld Schouten-Lebbing
2021-05-10 14:13:17 +02:00
committed by GitHub
parent 30c996024f
commit 196d4d8327
51 changed files with 3260 additions and 2086 deletions
+4 -3
View File
@@ -1,5 +1,6 @@
{
"recommendations": [
"ms-vscode-remote.remote-containers"
]
"recommendations": [
"ms-vscode-remote.remote-containers",
"rebornix.ruby"
]
}
+1 -1
View File
@@ -27,7 +27,7 @@
"exec",
"m",
"-r",
"${workspaceFolder}/.tools/tests/charts"
"${workspaceFolder}/tests"
]
}
]