add route
This commit is contained in:
14
install/ingress-controller/7-default-backend-svc.yaml
Normal file
14
install/ingress-controller/7-default-backend-svc.yaml
Normal 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
|
||||
Reference in New Issue
Block a user