mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-28 02:18:24 +00:00
fix(immich): netpols to huggingface
This commit is contained in:
18
kube/deploy/apps/immich/app/netpol.yaml
Normal file
18
kube/deploy/apps/immich/app/netpol.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/cilium.io/ciliumnetworkpolicy_v2.json
|
||||
apiVersion: cilium.io/v2
|
||||
kind: CiliumNetworkPolicy
|
||||
metadata:
|
||||
name: &app immich
|
||||
namespace: *app
|
||||
spec:
|
||||
endpointSelector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: *app
|
||||
app.kubernetes.io/component: ml
|
||||
egress:
|
||||
- toFQDNs:
|
||||
- matchPattern: "huggingface.co"
|
||||
toPorts:
|
||||
- ports:
|
||||
- port: "443"
|
||||
Reference in New Issue
Block a user