From a59345b55a292ae65036509310f49ab15532e71d Mon Sep 17 00:00:00 2001 From: rdash99 Date: Thu, 21 Mar 2024 11:54:41 +0000 Subject: [PATCH] feat: update controller-network.yaml to block ingress --- .../guacamole/templates/controller/controller-network.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/guacamole/templates/controller/controller-network.yaml b/charts/guacamole/templates/controller/controller-network.yaml index e25706c..727a21d 100644 --- a/charts/guacamole/templates/controller/controller-network.yaml +++ b/charts/guacamole/templates/controller/controller-network.yaml @@ -29,4 +29,8 @@ spec: {{/* matchLabels:*/}} {{/* app: {{ include "guacamole.labels.app" . }}*/}} {{/* component: controller*/}} -{{/* release: {{ .Release.Name }}*/}} \ No newline at end of file +{{/* release: {{ .Release.Name }}*/}} + ingress: + - from: + - podSelector: + {} \ No newline at end of file