Skip to content

Commit

Permalink
feat: enable Network Policy for Solr.
Browse files Browse the repository at this point in the history
This change to the values files of Solr enables a network policy
to Solr such that only `search-api` and `search-provision` are
allowed to connect to it.
  • Loading branch information
aledegano committed Mar 26, 2024
1 parent c4b7c73 commit 22d042d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,17 @@ solr:
- renku-search
javaMem: "-Xmx512M"
networkPolicy:
enabled: false # Awaiting instructions from: https://github.com/bitnami/charts/issues/23424
allowExternal: false
extraIngress:
- ports:
- port: 8983
from:
- podSelector:
matchLabels:
app: search-api
- podSelector:
matchLabels:
app: search-provision
persistence:
enabled: true
size: 8Gi
Expand Down

0 comments on commit 22d042d

Please sign in to comment.