30 lines
677 B
YAML
30 lines
677 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: weave-scope-app
|
|
annotations:
|
|
cloud.weave.works/launcher-info: |-
|
|
{
|
|
"original-request": {
|
|
"url": "/k8s/1.13.1/scope.yaml",
|
|
"date": "Sat May 30 2020 11:20:31 GMT+0000 (UTC)"
|
|
},
|
|
"email-address": "support@weave.works"
|
|
}
|
|
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
|