diff --git a/src/main/resources/META-INF/resources/index.html b/src/main/resources/META-INF/resources/index.html
new file mode 100644
index 0000000..f1f60a3
--- /dev/null
+++ b/src/main/resources/META-INF/resources/index.html
@@ -0,0 +1,10 @@
+
+
+
+
+ App Deployed
+
+
+Landing page for a successful deployment
+
+
\ No newline at end of file
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 3b070df..d9ad562 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -6,7 +6,8 @@ quarkus.kafka.devservices.provider = strimzi
kafka.topic.name=test
# Kafka brokers in native test
-%prod.camel.component.kafka.brokers=${kafka.bootstrap.servers}
+%prod.camel.component.kafka.brokers=${BOOTSTRAP_URL:my-cluster-kafka-bootstrap:9092}
+#camel.component.kafka.brokers=${BOOTSTRAP_URL:my-cluster-kafka-bootstrap:9092}
# How often should the messages be generated and pushed to Kafka Topic
timer.period = 10000