Files
weave-scope/extras/example/k8s/qotd-deployment.yaml
Jonathan Lange 1c440486f0 Delete experimental, replace with 'extras'
extras contains fixprobe and example, and ought to build properly
2016-07-07 14:30:08 +01:00

18 lines
310 B
YAML

apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: qotd
spec:
replicas: 1
template:
metadata:
labels:
name: qotd
spec:
containers:
- name: qotd
image: tomwilkie/qotd
imagePullPolicy: IfNotPresent
ports:
- containerPort: 4446