mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-24 04:49:15 +08:00
feat(ql3): establish 3.0 incubation baseline
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: NetworkPolicy
|
||||
metadata:
|
||||
name: ql3-prompt-output-external-recovery-verifier-deny-all
|
||||
namespace: qinglong3-recovery
|
||||
spec:
|
||||
podSelector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: ql3-prompt-output-external-recovery-verifier
|
||||
policyTypes:
|
||||
- Ingress
|
||||
- Egress
|
||||
ingress: []
|
||||
egress: []
|
||||
Reference in New Issue
Block a user