13 lines
269 B
YAML
13 lines
269 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumNetworkPolicy
|
|
metadata:
|
|
name: allow-world-traffic
|
|
namespace: cert-manager
|
|
spec:
|
|
description: Allow the world to communicate with cert-manager
|
|
egress:
|
|
- toEntities:
|
|
- world
|
|
endpointSelector:
|
|
matchLabels: {}
|