Skip to content
Snippets Groups Projects
Verified Commit d3164a85 authored by Hugo Renard's avatar Hugo Renard
Browse files

add a network policy for acme

parent b83ece85
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,17 @@ spec:
ingress:
- {}
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-to-acme-pods
spec:
ingress:
- {}
podSelector:
matchLabels:
acme.cert-manager.io/http01-solver: "true"
---
kind: NetworkPolicy
apiVersion: networking.k8s.io/v1
metadata:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment