Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions kubernetes/akka-cluster-deployment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
Expand All @@ -24,8 +24,9 @@ spec:
spec:
containers:
- name: akka-cluster-demo
# Use the following line when running with minishift
# image: akka-cluster-demo:1.0.0
# Use the following line when running with local kubernetes / minikube using dockerhub.com registery
# image: mckeeh3/akka-cluster-demo:1.0.0

# Use the following line when running with OpenShift and using the internal container registry
image: image-registry.openshift-image-registry.svc:5000/akka-cluster-1/akka-cluster-demo:1.0.0
imagePullPolicy: Always
Expand Down
10 changes: 10 additions & 0 deletions kubernetes/akka-cluster-k8s-namespace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"apiVersion": "v1",
"kind": "Namespace",
"metadata": {
"name": "akka-cluster-1",
"labels": {
"name": "akka-cluster-1"
}
}
}
11 changes: 0 additions & 11 deletions kubernetes/akka-cluster-route.yml

This file was deleted.