Adding fission for real
This commit is contained in:
16
core/fission/v1_Service_router.yaml
Normal file
16
core/fission/v1_Service_router.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
# Source: fission-all/templates/router/svc.yaml
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: router
|
||||
labels:
|
||||
svc: router
|
||||
application: fission-router
|
||||
chart: "fission-all-v1.20.1"
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 8888
|
||||
selector:
|
||||
svc: router
|
||||
Reference in New Issue
Block a user