diff --git a/deploy/chart/vantage/Chart.yaml b/deploy/chart/vantage/Chart.yaml index 1dcc513..b8f4a75 100644 --- a/deploy/chart/vantage/Chart.yaml +++ b/deploy/chart/vantage/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: vantage description: Helm chart for the Vantage stack (Redis, MongoDB, guacd, server, web) type: application -version: 1.0.5 -appVersion: "1.0.5" +version: 1.0.6 +appVersion: "1.0.6" diff --git a/deploy/chart/vantage/templates/guacd.yaml b/deploy/chart/vantage/templates/guacd.yaml index 7a6ed4f..80e1621 100644 --- a/deploy/chart/vantage/templates/guacd.yaml +++ b/deploy/chart/vantage/templates/guacd.yaml @@ -36,6 +36,9 @@ metadata: app.kubernetes.io/component: guacd spec: type: {{ .Values.guacd.service.type }} + {{- if eq .Values.guacd.service.type "ClusterIP" }} + clusterIP: None + {{- end }} selector: app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/component: guacd