mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix(authentik): netpols for Plex source
This commit is contained in:
@@ -33,9 +33,10 @@ spec:
|
||||
- toEndpoints:
|
||||
- matchLabels:
|
||||
io.kubernetes.pod.namespace: *app
|
||||
# allow Duo
|
||||
# allow external auth services (Duo & Plex)
|
||||
- toFQDNs:
|
||||
- &duo { matchPattern: "api-*.duosecurity.com" }
|
||||
- &plex { matchName: "plex.tv" }
|
||||
toPorts:
|
||||
- ports:
|
||||
- port: "443"
|
||||
@@ -61,6 +62,7 @@ spec:
|
||||
dns:
|
||||
- *duo
|
||||
- *smtp
|
||||
- *plex
|
||||
---
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/cilium.io/ciliumclusterwidenetworkpolicy_v2.json
|
||||
apiVersion: cilium.io/v2
|
||||
|
||||
Reference in New Issue
Block a user