add route

This commit is contained in:
jeff
2018-06-03 19:36:01 +08:00
parent 40a0be0836
commit a64153b1c7
18 changed files with 1091 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: default-http-backend
labels:
app: kubesphere
component: kubesphere-router
spec:
ports:
- port: 80
targetPort: 8080
selector:
app: kubespshere
component: kubesphere-router