You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
509 B
YAML
24 lines
509 B
YAML
---
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: NetworkPolicy
|
|
metadata:
|
|
name: egress-miniopods2miniooperator
|
|
spec:
|
|
podSelector:
|
|
matchLabels:
|
|
v1.min.io/tenant: {{ .Values.tenant.tenant.name }}
|
|
policyTypes:
|
|
- Egress
|
|
egress:
|
|
- to:
|
|
- namespaceSelector:
|
|
matchLabels:
|
|
kubernetes.io/metadata.name: minio-operator
|
|
podSelector:
|
|
matchLabels:
|
|
app.kubernetes.io/instance: minio-operator
|
|
|
|
ports:
|
|
- protocol: TCP
|
|
port: 4222
|