mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-21 06:20:31 +00:00
22 lines
415 B
YAML
22 lines
415 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: weave-scope-app
|
|
labels:
|
|
name: weave-scope-app
|
|
app: weave-scope
|
|
weave-cloud-component: scope
|
|
weave-scope-component: app
|
|
namespace: weave
|
|
spec:
|
|
ports:
|
|
- name: app
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: 4040
|
|
selector:
|
|
name: weave-scope-app
|
|
app: weave-scope
|
|
weave-cloud-component: scope
|
|
weave-scope-component: app
|