diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index 94157e14c8..2a262d62b9 100644 --- a/production/helm/loki/CHANGELOG.md +++ b/production/helm/loki/CHANGELOG.md @@ -13,6 +13,8 @@ Entries should include a reference to the pull request that introduced the chang [//]: # ( : do not remove this line. This locator is used by the CI pipeline to automatically create a changelog entry for each new Loki release. Add other chart versions and respective changelog entries bellow this line.) +- [BUGFIX] Fix dns port in network-policy + ## 4.10.0 - [CHANGE] Changed version of Grafana Enterprise Logs to v1.6.3 diff --git a/production/helm/loki/templates/networkpolicy.yaml b/production/helm/loki/templates/networkpolicy.yaml index a7de14b7c0..d14237890c 100644 --- a/production/helm/loki/templates/networkpolicy.yaml +++ b/production/helm/loki/templates/networkpolicy.yaml @@ -33,7 +33,7 @@ spec: {{- include "loki.selectorLabels" . | nindent 6 }} egress: - ports: - - port: 53 + - port: dns protocol: UDP to: - namespaceSelector: {}