petter2025's picture
Upload folder using huggingface_hub (#74)
de5a0fa
Raw
History Blame Contribute Delete
417 Bytes
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: arf-api-ingress
namespace: arf-system
spec:
podSelector:
matchLabels:
app: arf-api
policyTypes:
- Ingress
ingress:
# Allow traffic only from the gateway pods on port 8000
- from:
- podSelector:
matchLabels:
app: arf-gateway
ports:
- port: 8000
protocol: TCP