Skip to content

Commit

Permalink
disable redis specific netpol
Browse files Browse the repository at this point in the history
  • Loading branch information
hanars committed Nov 27, 2024
1 parent b6e9284 commit c702128
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions charts/seqr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,15 @@ true
<td><pre lang="json">
"seqr-redis"
</pre>
</td>
<td></td>
</tr>
<tr>
<td>redis.networkPolicy.enabled</td>
<td>bool</td>
<td><pre lang="json">
false
</pre>
</td>
<td></td>
</tr>
Expand Down
2 changes: 2 additions & 0 deletions charts/seqr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ redis:
architecture: standalone
auth:
enabled: false
networkPolicy:
enabled: false
fullnameOverride: "seqr-redis"

postgresql:
Expand Down

0 comments on commit c702128

Please sign in to comment.