fluxcd-flux2/manifests/policies/allow-acme.yaml
Gaëtan Ars 524320c9b2 Allow HTTP01 challenge for ingresses
Signed-off-by: Gaëtan Ars <gaetanars@users.noreply.github.com>
2020-10-29 16:05:31 +01:00

16 lines
No EOL
296 B
YAML

apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-acme
spec:
ingress:
- from:
- namespaceSelector: {}
ports:
- protocol: TCP
port: 8089
podSelector:
matchLabels:
acme.cert-manager.io/http01-solver: 'true'
policyTypes:
- Ingress