diff --git a/README.md b/README.md index ed361e5..0098a86 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/yaml/k8s-azure-web-loadbalancer.yaml b/yaml/k8s-azure-web-loadbalancer.yaml new file mode 100644 index 0000000..b6846d9 --- /dev/null +++ b/yaml/k8s-azure-web-loadbalancer.yaml @@ -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 \ No newline at end of file diff --git a/yaml/k8s-crawler-service.yaml b/yaml/k8s-crawler-service.yaml index 0bc8bbf..4e2416d 100644 --- a/yaml/k8s-crawler-service.yaml +++ b/yaml/k8s-crawler-service.yaml @@ -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: diff --git a/yaml/k8s-lighthouse-service.yaml b/yaml/k8s-lighthouse-service.yaml index 5e6b006..8080cd1 100644 --- a/yaml/k8s-lighthouse-service.yaml +++ b/yaml/k8s-lighthouse-service.yaml @@ -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: diff --git a/yaml/k8s-tracker-service.yaml b/yaml/k8s-tracker-service.yaml index 625024c..9171570 100644 --- a/yaml/k8s-tracker-service.yaml +++ b/yaml/k8s-tracker-service.yaml @@ -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: diff --git a/yaml/k8s-web-service.yaml b/yaml/k8s-web-service.yaml index c5451f3..83c3370 100644 --- a/yaml/k8s-web-service.yaml +++ b/yaml/k8s-web-service.yaml @@ -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: