2022-10-04 08:31:41 +00:00
|
|
|
apiVersion: networking.k8s.io/v1
|
|
|
|
kind: NetworkPolicy
|
|
|
|
metadata:
|
|
|
|
name: longhorn-recovery-backend
|
|
|
|
namespace: longhorn-system
|
|
|
|
spec:
|
|
|
|
podSelector:
|
|
|
|
matchLabels:
|
2023-03-23 09:15:38 +00:00
|
|
|
app: longhorn-manager
|
2022-10-04 08:31:41 +00:00
|
|
|
policyTypes:
|
|
|
|
- Ingress
|
|
|
|
ingress:
|
|
|
|
- ports:
|
|
|
|
- protocol: TCP
|
2023-03-23 09:15:38 +00:00
|
|
|
port: 9503
|
2022-10-04 08:31:41 +00:00
|
|
|
|