Roiocam commented on code in PR #106:
URL: https://github.com/apache/pekko-samples/pull/106#discussion_r1596721696


##########
pekko-sample-cluster-kubernetes-scala/src/main/resources/application.conf:
##########
@@ -29,4 +29,9 @@ pekko.management {
       example-ready = 
org.apache.pekko.sample.cluster.kubernetes.DemoHealthCheck
     }
   }
+  # Add these so the pods won't get killed.
+  http {
+    port = 8558

Review Comment:
   ```suggestion
       port = 7626
   ```



##########
pekko-sample-cluster-kubernetes-java/src/main/resources/application.conf:
##########
@@ -33,4 +33,9 @@ pekko.management {
       example-ready = org.apache.pekko.cluster.bootstrap.demo.DemoHealthCheck
     }
   }
+  # Add these so the pods won't get killed.
+  http {
+    port = 8558

Review Comment:
   ```suggestion
       port = 7626
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to