From 2cf644ad77d59dc4a50035c51bfa52eec901ac7f Mon Sep 17 00:00:00 2001 From: Lionel Jouin Date: Thu, 25 Aug 2022 13:55:29 +0200 Subject: [PATCH] Remove hostport from the NSE-VLAN container This hostport is not needed. If we have it, it will limit the number of trench we could have in a kubernetes. The max number of trench will be equal to the number of kubernetes worker node. --- deployments/helm/templates/nse-vlan.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/deployments/helm/templates/nse-vlan.yaml b/deployments/helm/templates/nse-vlan.yaml index eb0a92e1..80dbc764 100644 --- a/deployments/helm/templates/nse-vlan.yaml +++ b/deployments/helm/templates/nse-vlan.yaml @@ -27,7 +27,6 @@ spec: {{include "meridio.livenessProbe" (dict "component" .Values.vlanNSE "root" $) | indent 12 }} ports: - containerPort: 5003 - hostPort: 5003 securityContext: runAsNonRoot: true runAsUser: {{ .Values.vlanNSE.userId }}