Files
weave-scope/extras/example/k8s/qotd-svc.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

12 lines
145 B
YAML

apiVersion: v1
kind: Service
metadata:
name: qotd
spec:
type: LoadBalancer
ports:
- name: qotd
port: 4446
selector:
name: qotd