mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-17 04:19:32 +00:00
12 lines
145 B
YAML
12 lines
145 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: qotd
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- name: qotd
|
|
port: 4446
|
|
selector:
|
|
name: qotd
|