Files
manifests/charts/vcluster/templates/allow-external-services.yaml
T
2024-06-04 15:04:12 +02:00

15 lines
330 B
YAML

apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-external-services
namespace: {{ .Release.Namespace }}
spec:
egress:
- toFQDNs:
- matchName: api.github.com
- matchName: dapr.github.io
- matchName: gitlab.com
- matchName: analytics.loft.rocks
endpointSelector:
matchLabels: {}