diff --git a/infra/ocm-deployment.yaml b/infra/ocm-deployment.yaml
index bfd398f9ca6ea1de2c54f3ea8051889b76ae37c9..da1c686815f092137bf188ecaa5835b9a9cc5ab4 100644
--- a/infra/ocm-deployment.yaml
+++ b/infra/ocm-deployment.yaml
@@ -29,7 +29,7 @@ spec:
             - name: AGENT_PEER_URL
               value: "https://ocm-agent.vereign-labs.com"
             - name: AGENT_NAME
-              value: "OCM labs" # this should be changed to company name
+              value: "OCM_labs" # this should be changed to company name
             - name: AGENT_KEY
               value: OCM_LABS #example random string
             - name: AGENT_DID_SEED
diff --git a/infra/ocm-service.yaml b/infra/ocm-service.yaml
index 123bbe13c92d5fd85aeeb3a93348657d1f0f90e5..e2cf18795043f85f7aae15cbab053122b5355c2d 100644
--- a/infra/ocm-service.yaml
+++ b/infra/ocm-service.yaml
@@ -7,15 +7,15 @@ spec:
   selector:
     app: ocm
   ports:
-    - protocol: TCP
+    - name: api
       port: 8080
       targetPort: 8080
-    - protocol: TCP
+    - name: api-rest
       port: 8081
       targetPort: 8081
-    - protocol: TCP
+    - name: agent
       port: 8001
       targetPort: 8001
-    - protocol: TCP
+    - name: something
       port: 6001
       targetPort: 6001
diff --git a/infra/ocm-ui-service.yaml b/infra/ocm-ui-service.yaml
index 7467ccb734a03db3c663da40956bf6b4ce8a631b..21ab7d05eb76b7b15627d63a59105e51ed7b98cf 100644
--- a/infra/ocm-ui-service.yaml
+++ b/infra/ocm-ui-service.yaml
@@ -7,6 +7,6 @@ spec:
   selector:
     app: ocm-ui
   ports:
-    - protocol: TCP
+    - name: http
       port: 80
       targetPort: 80