794a814275
Make a Magnum demonstration that creates a baymodel and bay. Just run demos/magnum/launch to make it work. This depends on Neutron. Borrow the v1beta3 redis example from the examples repository in Kubernetes. Change-Id: I448a5890bfe0c1675914ae7dbd02fad03f4b1eeb
15 lines
234 B
YAML
15 lines
234 B
YAML
apiVersion: v1beta3
|
|
kind: Pod
|
|
metadata:
|
|
labels:
|
|
name: redis-proxy
|
|
role: proxy
|
|
name: redis-proxy
|
|
spec:
|
|
containers:
|
|
- name: proxy
|
|
image: kubernetes/redis-proxy:v1
|
|
ports:
|
|
- containerPort: 6379
|
|
name: api
|