From 57a9b18102fb6f3b6b4886424a9b822ba4cf531b Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Fri, 31 Jul 2026 14:52:20 +0100 Subject: [PATCH] fix: Guacd connection ip --- deploy/chart/vantage/Chart.yaml | 4 ++-- deploy/chart/vantage/templates/guacd.yaml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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