Commit 273d9e5d authored by Paulo Pires's avatar Paulo Pires

Upgraded to hazelcast-bootstraper 0.2 and pires/hazelcast-k8s:0.2.

We now use v1beta3 API. Fixes #7731
parent 051288c4
......@@ -17,7 +17,7 @@ spec:
- resources:
limits:
cpu: 1
image: pires/hazelcast-k8s
image: pires/hazelcast-k8s:0.2
name: hazelcast
ports:
- containerPort: 5701
......
apiVersion: v1beta3
kind: Pod
metadata:
labels:
name: hazelcast
name: hazelcast
spec:
containers:
- image: pires/hazelcast-k8s
name: hazelcast
ports:
- containerPort: 5701
name: hazelcast
protocol: TCP
resources:
limits:
cpu: "1"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment