Skip to content

Commit

Permalink
v0.1.5 release notes (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus committed Aug 12, 2020
1 parent ed182bb commit d53248c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion k8s/pricing-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 4 additions & 2 deletions k8s/pricing-web-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
2 changes: 1 addition & 1 deletion k8s/tradeprocessor-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion k8s/traders-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d53248c

Please sign in to comment.