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 c1f3b64 commit 91eb138
Show file tree
Hide file tree
Showing 4 changed files with 5 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
4 changes: 2 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 Down Expand Up @@ -82,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 91eb138

Please sign in to comment.