14 lines
357 B
YAML
14 lines
357 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumNetworkPolicy
|
|
metadata:
|
|
name: allow-plausible-secure-gravatar
|
|
namespace: prometheus
|
|
spec:
|
|
description: Allow Plausible Gravatar
|
|
egress:
|
|
- toFQDNs:
|
|
- matchName: secure.gravatar.com
|
|
- matchName: gravatar.com
|
|
endpointSelector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: plausible-analytics |