Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Add svc variable serviceType (#10664)
Browse files Browse the repository at this point in the history
Signed-off-by: Cesar Okuti <[email protected]>
  • Loading branch information
cesarokuti authored and k8s-ci-robot committed Jan 15, 2019
1 parent d42ecbe commit f9fd0ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/rocketchat/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions stable/rocketchat/templates/svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
spec:
type: {{ .Values.service.type }}
ports:
- name: http
port: 3000
Expand Down
3 changes: 3 additions & 0 deletions stable/rocketchat/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,6 @@ ingress:
# - secretName: chart-example-tls
# hosts:
# - chart-example.local

service:
type: ClusterIP

0 comments on commit f9fd0ec

Please sign in to comment.