mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-26 17:34:59 +00:00
16 lines
No EOL
296 B
YAML
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 |