diff --git a/ansible/roles/kong-api/defaults/main.yml b/ansible/roles/kong-api/defaults/main.yml
index a142b5ba2deac23694cc3465e6316d3315b9350d..d46c0982fb832b0e10d7b77325389d67e14bde43 100644
--- a/ansible/roles/kong-api/defaults/main.yml
+++ b/ansible/roles/kong-api/defaults/main.yml
@@ -15674,7 +15674,7 @@ kong_apis:
 
 - name: commentHubCreationServiceUpdateComment
   uris: "{{ comment_hub_prefix }}/v1/comment/update"
-  upstream_url: "{{ commenthub_service_url }}/v1/comment/update"
+  upstream_url: "{{ commenthub_service_url }}/api/v1/comment/update"
   strip_uri: true
   plugins:
     - name: jwt
@@ -15695,7 +15695,7 @@ kong_apis:
 
 - name: commentHubCreationServiceAddComment
   uris: "{{ comment_hub_prefix }}/v1/comment/addFirst"
-  upstream_url: "{{ commenthub_service_url }}/v1/comment/addFirst"
+  upstream_url: "{{ commenthub_service_url }}/api/v1/comment/addFirst"
   strip_uri: true
   plugins:
     - name: jwt