diff --git a/pom.xml b/pom.xml
index 2f0795a..f423d16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,7 @@
counter
+ service
diff --git a/service/Ballerina.toml b/service/Ballerina.toml
index ce24594..d999686 100644
--- a/service/Ballerina.toml
+++ b/service/Ballerina.toml
@@ -1,8 +1,9 @@
[package]
-org = "test"
+org = "wso2"
name = "TransactionCountingService"
-version = "0.1.0"
+version = "1.0.0"
distribution = "2201.7.0"
[build-options]
observabilityIncluded = true
+cloud = "k8s"
diff --git a/service/Cloud.toml b/service/Cloud.toml
new file mode 100644
index 0000000..167d45b
--- /dev/null
+++ b/service/Cloud.toml
@@ -0,0 +1,7 @@
+[container.image]
+repository="wso2inc"
+name="transaction-counting-service"
+tag="v1.0.0"
+
+[settings]
+buildImage=false
diff --git a/service/pom.xml b/service/pom.xml
new file mode 100644
index 0000000..636a59a
--- /dev/null
+++ b/service/pom.xml
@@ -0,0 +1,57 @@
+
+
+
+ 4.0.0
+
+
+ org.wso2.integration.transaction.counter
+ transaction-counter
+ 1.0.0
+
+
+ transaction-count-service
+ pom
+ 1.0.0
+ WSO2 Integration Transaction Counting Service
+
+
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
+ 3.1.0
+
+
+ counting-service-build
+ compile
+
+ exec
+
+
+
+
+ bal
+ ${project.basedir}
+
+ build
+
+
+
+
+
+