Skip to content

Commit

Permalink
added an explicit port number for Akka.Cluster in Pricing.Web for K8s (
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Aug 8, 2019
1 parent b7d3ad6 commit 5af15f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion k8s/pricing-web-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -80,7 +82,7 @@ spec:
httpGet:
path: "/"
port: 80
initialDelaySeconds: 5
initialDelaySeconds: 30
ports:
- containerPort: 16666
protocol: TCP
Expand Down

0 comments on commit 5af15f1

Please sign in to comment.