fix: Guacd connection ip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user