17 lines
279 B
YAML
17 lines
279 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: NetworkPolicy
|
|
metadata:
|
|
name: longhorn-recovery-backend
|
|
namespace: longhorn-system
|
|
spec:
|
|
podSelector:
|
|
matchLabels:
|
|
app: longhorn-manager
|
|
policyTypes:
|
|
- Ingress
|
|
ingress:
|
|
- ports:
|
|
- protocol: TCP
|
|
port: 9503
|
|
|