From 00c4e9ba01933d4cb84ce711b725af7046bad749 Mon Sep 17 00:00:00 2001 From: Paulo Pires Date: Tue, 2 Jun 2015 22:09:48 +0100 Subject: [PATCH] Updated to hazelcast-kubernetes-bootstraper 0.3.1. --- examples/hazelcast/hazelcast-controller.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/hazelcast/hazelcast-controller.yaml b/examples/hazelcast/hazelcast-controller.yaml index cde79303f78..86496ef665f 100644 --- a/examples/hazelcast/hazelcast-controller.yaml +++ b/examples/hazelcast/hazelcast-controller.yaml @@ -17,8 +17,11 @@ spec: - resources: limits: cpu: 1 - image: pires/hazelcast-k8s:0.2 + image: quay.io/pires/hazelcast-kubernetes:0.3.1 name: hazelcast + env: + - name: "DNS_DOMAIN" + value: "cluster.local" ports: - containerPort: 5701 name: hazelcast