We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37eddab commit 197a4ceCopy full SHA for 197a4ce
production/helm/loki/CHANGELOG.md
@@ -12,6 +12,7 @@ Entries should be ordered as follows:
12
Entries should include a reference to the pull request that introduced the change.
13
14
## Unreleased
15
+- [BUGFIX] Use strings in stead of integers for ports in CiliumNetworkPolicies
16
17
## 6.40.0
18
production/helm/loki/templates/ciliumnetworkpolicy.yaml
@@ -31,9 +31,9 @@ spec:
31
egress:
32
- toPorts:
33
- ports:
34
- - port: 53
+ - port: "53"
35
protocol: UDP
36
37
protocol: TCP
38
toEndpoints:
39
- namespaceSelector: {}
0 commit comments