Skip to content

Commit

Permalink
adds the DNS Port to the networkPolicy of the updater
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Jun 28, 2024
1 parent 8cc090e commit d7b9fdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/vaas/templates/gdscan/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ spec:
- ports:
- port: {{ .Values.gdscan.autoUpdate.networkPolicy.k8sApiPort }}
- port: 443
- port: 53 # DNS
- port: 53
protocol: UDP
{{- end }}
{{- end}}

0 comments on commit d7b9fdd

Please sign in to comment.