Files
manifests/vcluster/chart/templates/allow-external-services.yaml
T
2024-03-12 10:24:05 +01: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: {}