Parameterize logger nodeport; remove ui service

This commit is contained in:
Soam Vasani
2017-09-08 20:19:32 -07:00
parent 373716269b
commit cd73f3c6bb
2 changed files with 4 additions and 18 deletions
+1 -18
View File
@@ -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
+3
View File
@@ -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