fix: make dex an app-of-apps to manage resources sensibly

This commit is contained in:
Jonas Juselius
2024-02-01 08:48:53 +01:00
parent 633f397e27
commit 87da274c8f
7 changed files with 30 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-external-idp
spec:
egress:
- toFQDNs:
- matchName: gitlab.com
- matchPattern: '*.gitlab.com'
- matchName: login.microsoftonline.com
- matchName: graph.microsoft.com
endpointSelector:
matchLabels:
app.kubernetes.io/name: cerbos