Add svc variable serviceType (#10664)

Signed-off-by: Cesar Okuti <cesar.okuti@gmail.com>
This commit is contained in:
César Yuji Okuti
2019-01-15 08:21:01 -08:00
committed by Kubernetes Prow Robot
parent d42ecbef12
commit f9fd0ec818
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: rocketchat
version: 0.2.0
version: 0.2.1
appVersion: 0.73.2
description: Prepare to take off with the ultimate chat platform, experience the next
level of team communications
+1
View File
@@ -8,6 +8,7 @@ metadata:
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
spec:
type: {{ .Values.service.type }}
ports:
- name: http
port: 3000
+3
View File
@@ -106,3 +106,6 @@ ingress:
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
service:
type: ClusterIP