diff --git a/pom.xml b/pom.xml
index a3aa2b0..d0b4a4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,9 +13,8 @@
UTF-8
quarkus-bom
io.quarkus.platform
- 3.18.1
+ 3.18.3
0.2.0
- 1.4.8
true
3.5.2
@@ -75,7 +74,6 @@
com.dajudge.kindcontainer
kindcontainer
- ${testcontainer.version}
test
@@ -166,11 +164,5 @@
true
-
- local
-
- 1738827454679-SNAPSHOT
-
-
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 6bcbece..c893d06 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1 +1,8 @@
-quarkus.log.category."com.github.dockerjava.core".level=DEBUG
\ No newline at end of file
+quarkus.log.category."com.github.dockerjava.core".level=DEBUG
+
+# To launch the kind testContainer when a ~/.kube/argoConfigurator file exists, then it is needed to set
+# The following parameter
+quarkus.kubernetes-client.devservices.override-kubeconfig=true
+
+# Set the cluster's type to be used: kind, k3s or Api Sever
+quarkus.kubernetes-client.devservices.flavor=kind
\ No newline at end of file