Skip to content

Commit

Permalink
updated images for AKS (#23)
Browse files Browse the repository at this point in the history
* updated images for AKS

* corrected README
  • Loading branch information
Aaronontheweb authored Apr 14, 2019
1 parent b3a4d16 commit b1f2cb1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Cluster.WebCrawler
K8s, DevOps-ified version of the Akka.Cluster WebCrawler code sample
K8s, DevOps-ified version of the Akka.Cluster WebCrawler code sample.
13 changes: 13 additions & 0 deletions yaml/k8s-azure-web-loadbalancer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: web-cluster-http
labels:
app: web-cluster
spec:
type: LoadBalancer
ports:
- protocol: TCP
port: 80
selector:
app: web-cluster
2 changes: 1 addition & 1 deletion yaml/k8s-crawler-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
terminationGracePeriodSeconds: 35
containers:
- name: crawler
image: webcrawler.crawlservice:0.2.2
image: webcrawler.crawlservice:0.2.3
lifecycle:
preStop:
exec:
Expand Down
2 changes: 1 addition & 1 deletion yaml/k8s-lighthouse-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
terminationGracePeriodSeconds: 35
containers:
- name: lighthouse
image: webcrawler.lighthouse:0.2.2
image: webcrawler.lighthouse:0.2.3
lifecycle:
preStop:
exec:
Expand Down
2 changes: 1 addition & 1 deletion yaml/k8s-tracker-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
terminationGracePeriodSeconds: 35
containers:
- name: tracker
image: webcrawler.trackerservice:0.2.2
image: webcrawler.trackerservice:0.2.3
lifecycle:
preStop:
exec:
Expand Down
2 changes: 1 addition & 1 deletion yaml/k8s-web-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
terminationGracePeriodSeconds: 35
containers:
- name: web-cluster
image: webcrawler.web:0.2.2
image: webcrawler.web:0.2.3
lifecycle:
preStop:
exec:
Expand Down

0 comments on commit b1f2cb1

Please sign in to comment.