14 lines
277 B
YAML
14 lines
277 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumNetworkPolicy
|
|
metadata:
|
|
name: allow-grafana-oidc-login
|
|
namespace: idp
|
|
spec:
|
|
endpointSelector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: cerbos
|
|
egress:
|
|
- toFQDNs:
|
|
- matchName: gitlab.com
|
|
- matchPattern: '*.gitlab.com'
|