Skip to content

Commit

Permalink
backport of commit 47839c2
Browse files Browse the repository at this point in the history
  • Loading branch information
missylbytes committed Feb 5, 2024
1 parent cbb28b6 commit 833dab1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/consul/templates/mesh-gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@ spec:
containers:
- name: mesh-gateway
image: {{ .Values.global.imageConsulDataplane | quote }}
securityContext:
capabilities:
drop:
- ALL
add:
- NET_BIND_SERVICE
{{- if .Values.meshGateway.resources }}
resources:
{{- if eq (typeOf .Values.meshGateway.resources) "string" }}
Expand Down

0 comments on commit 833dab1

Please sign in to comment.