Move scope files
This commit is contained in:
parent
56ce0eaae1
commit
af360c9950
10 changed files with 9 additions and 9 deletions
22
templates/scope/svc.yaml.j2
Normal file
22
templates/scope/svc.yaml.j2
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# borrowed from https://cloud.weave.works/k8s/scope.yaml?k8s-version=1.9.3
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue