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