Parameterize logger nodeport; remove ui service
This commit is contained in:
@@ -31,23 +31,6 @@ spec:
|
||||
selector:
|
||||
svc: controller
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: fission-ui
|
||||
labels:
|
||||
svc: fission-ui
|
||||
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
|
||||
spec:
|
||||
type: {{ .Values.serviceType }}
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 80
|
||||
nodePort: 31319
|
||||
selector:
|
||||
svc: fission-ui
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
@@ -61,7 +44,7 @@ spec:
|
||||
ports:
|
||||
- port: 4222
|
||||
targetPort: 4222
|
||||
nodePort: 31316
|
||||
nodePort: {{ .Values.natsStreamingPort }}
|
||||
selector:
|
||||
svc: nats-streaming
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ controllerPort: 31313
|
||||
## Port at which Fission router service should be exposed
|
||||
routerPort: 31314
|
||||
|
||||
## Port at which NATS streaming service should be exposed
|
||||
natsStreamingPort: 31316
|
||||
|
||||
## Namespace in which to run fission functions (this is different from
|
||||
## the release namespace)
|
||||
functionNamespace: fission-function
|
||||
|
||||
Reference in New Issue
Block a user