From 5af15f133bd97cee15279d580ef1822cb0f11600 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Thu, 8 Aug 2019 11:41:38 -0500 Subject: [PATCH] added an explicit port number for Akka.Cluster in Pricing.Web for K8s (#42) --- k8s/pricing-web-deploy.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/k8s/pricing-web-deploy.yaml b/k8s/pricing-web-deploy.yaml index 7f82fbe7..87b947a6 100644 --- a/k8s/pricing-web-deploy.yaml +++ b/k8s/pricing-web-deploy.yaml @@ -65,6 +65,8 @@ spec: value: "$(POD_NAME).pricing-web" - name: CLUSTER_SEEDS value: akka.tcp://AkkaTrader@pricing-0.pricing:5110,akka.tcp://AkkaTrader@pricing-1.pricing:5110,akka.tcp://AkkaTrader@pricing-2.pricing:5110 + - name: CLUSTER_PORT + value: "16666" - name: ENABLE_PHOBOS value: "true" - name: STATSD_PORT @@ -80,7 +82,7 @@ spec: httpGet: path: "/" port: 80 - initialDelaySeconds: 5 + initialDelaySeconds: 30 ports: - containerPort: 16666 protocol: TCP