Skip to content

Commit

Permalink
Remove hostport from the NSE-VLAN container
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
LionelJouin authored and Lars Ekman committed Aug 25, 2022
1 parent cc2df6d commit 2cf644a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployments/helm/templates/nse-vlan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2cf644a

Please sign in to comment.