mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-28 10:08:23 +00:00
18 lines
284 B
YAML
18 lines
284 B
YAML
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"
|