18 lines
390 B
YAML
18 lines
390 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumNetworkPolicy
|
|
metadata:
|
|
name: allow-external-services
|
|
namespace: atlantis
|
|
spec:
|
|
egress:
|
|
- toFQDNs:
|
|
- matchName: api.github.com
|
|
- matchName: dapr.github.io
|
|
- matchName: gitlab.com
|
|
- matchPattern: '*.gitlab.com'
|
|
- matchPattern: "*.k1.itpartner.no"
|
|
- matchName: analytics.loft.rocks
|
|
endpointSelector:
|
|
matchLabels: {}
|
|
|