Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[unbound] split the unbound services in two, UDP and TCP
We can't reliably maintain the existing service if it's using the same port numbers for UDP and TCP. See [1]. Adding new ports would result in a borked service, potentially bringing the whole thing down. With one service per protocol the port numbers will be unique within the service, so we should be good. [1] kubernetes/kubernetes#39188
- Loading branch information