Skip to content

Commit

Permalink
Allow requests from MP and S3 connector to catalog-server
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvaann authored Nov 24, 2023
1 parent 2c446d9 commit 7a2e375
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions charts/catalog-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,22 @@ readinessProbe:
# @default -- check `values.yaml`
networkpolicy:
policyTypes:
- Ingress
- Egress
ingress:
- from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: '{{ .Release.Namespace }}'
podSelector:
matchLabels:
app.kubernetes.io/name: management-portal
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: '{{ .Release.Namespace }}'
podSelector:
matchLabels:
app.kubernetes.io/name: radar-s3-connector
egress:
- to:
- ipBlock:
Expand Down

0 comments on commit 7a2e375

Please sign in to comment.