diff --git a/k8s/pricing-deploy.yaml b/k8s/pricing-deploy.yaml index fb07734b..c1f02605 100644 --- a/k8s/pricing-deploy.yaml +++ b/k8s/pricing-deploy.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 35 containers: - name: pricing - image: akka.cqrs.pricing:0.1.0 + image: akka.cqrs.pricing:0.1.5 lifecycle: preStop: exec: diff --git a/k8s/pricing-web-deploy.yaml b/k8s/pricing-web-deploy.yaml index ac1ed8fb..3536b79f 100644 --- a/k8s/pricing-web-deploy.yaml +++ b/k8s/pricing-web-deploy.yaml @@ -51,7 +51,7 @@ spec: terminationGracePeriodSeconds: 35 containers: - name: pricing-web - image: akka.cqrs.pricing.web:0.1.0 + image: akka.cqrs.pricing.web:0.1.5 lifecycle: preStop: exec: @@ -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 diff --git a/k8s/tradeprocessor-deploy.yaml b/k8s/tradeprocessor-deploy.yaml index 949a2985..7f37c4e8 100644 --- a/k8s/tradeprocessor-deploy.yaml +++ b/k8s/tradeprocessor-deploy.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 35 containers: - name: trade-processor - image: akka.cqrs.tradeprocessor:0.1.0 + image: akka.cqrs.tradeprocessor:0.1.5 lifecycle: preStop: exec: diff --git a/k8s/traders-deploy.yaml b/k8s/traders-deploy.yaml index 1a3022f0..0bf96f0a 100644 --- a/k8s/traders-deploy.yaml +++ b/k8s/traders-deploy.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 35 containers: - name: traders - image: akka.cqrs.traders:0.1.0 + image: akka.cqrs.traders:0.1.5 lifecycle: preStop: exec: