Skip to content

Commit 269c66f

Browse files
authored
Add metrics port to allow ingress traffic in the netpols (bitnami-labs#1473)
**Description of the change** Include metrics port to allow ingress traffics when the network policies are enabled. **Benefits** Allow metrics traffic <!-- Enter any applicable Issues here (You can reference an issue using #) --> - fixes bitnami-labs#1469 Signed-off-by: Alvaro Neira Ayuso <[email protected]>
1 parent b47834d commit 269c66f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm/sealed-secrets/templates/networkpolicy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ spec:
1414
ingress:
1515
- ports:
1616
- port: {{ .Values.service.port }}
17+
- port: {{ .Values.metrics.service.port }}
1718
{{- if .Values.networkPolicy.egress.enabled }}
1819
egress:
1920
- to:

0 commit comments

Comments
 (0)