Commit 63b821ae authored by Zach Loafman's avatar Zach Loafman

Merge pull request #8023 from pires/7731-fix_hazelcast_example

Fixes Hazelcast example
parents 307d677e fe447b7c
...@@ -17,7 +17,7 @@ spec: ...@@ -17,7 +17,7 @@ spec:
- resources: - resources:
limits: limits:
cpu: 1 cpu: 1
image: pires/hazelcast-k8s image: pires/hazelcast-k8s:0.2
name: hazelcast name: hazelcast
ports: ports:
- containerPort: 5701 - 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