mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Add svc variable serviceType (#10664)
Signed-off-by: Cesar Okuti <cesar.okuti@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d42ecbef12
commit
f9fd0ec818
@@ -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
|
||||
|
||||
@@ -8,6 +8,7 @@ metadata:
|
||||
release: "{{ .Release.Name }}"
|
||||
heritage: "{{ .Release.Service }}"
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
- name: http
|
||||
port: 3000
|
||||
|
||||
@@ -106,3 +106,6 @@ ingress:
|
||||
# - secretName: chart-example-tls
|
||||
# hosts:
|
||||
# - chart-example.local
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
||||
Reference in New Issue
Block a user