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

[stable/rocketchat] - Add svc variable serviceType #10664

Merged
merged 2 commits into from
Jan 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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