v2.0.7
What's Changed
- Add support for external traffic network policies that are restricted to only allow the Ingress controller, rather than all traffic by @orishoshan in #452. Consult the Helm chart documentation for
ingressControllerConfigs
for more info.
Example values:
intentsOperator:
operator:
ingressControllerConfigs: # ingressControllerConfigs determines whether network policies created by allowExternalTraffic will be limited to just these pods, or all pods in the namespace
- name: otterize-haproxy-ingress
namespace: infra
kind: DaemonSet
Full Changelog: v2.0.6...v2.0.7