fix: Guacd connection ip
Server Deploy / deploy (push) Successful in 9s
Chart Release / chart (push) Successful in 11s

This commit is contained in:
2026-07-31 14:52:20 +01:00
parent 36995fa62b
commit 57a9b18102
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -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"
@@ -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