Merge pull request #708 from fluxcd/allow-egress-between-flux-pods

Allow egress traffic for controller pods
pull/705/head
Stefan Prodan 4 years ago committed by GitHub
commit 341d860c51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,10 @@ metadata:
spec: spec:
policyTypes: policyTypes:
- Ingress - Ingress
- Egress
ingress: ingress:
- from: - from:
- podSelector: {} - podSelector: {}
egress:
- {}
podSelector: {} podSelector: {}

Loading…
Cancel
Save