Skip to content

Commit

Permalink
Merge pull request #3 from SAP/2-istio-injection-fails-on-redis-clusters
Browse files Browse the repository at this point in the history
allow all egress (to overcome istio sidecar connection problems)
  • Loading branch information
cbarbian-sap authored Jul 21, 2023
2 parents de9e124 + 2fbd0e7 commit 91f8e19
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pkg/operator/data/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,8 @@ networkPolicy:
enabled: true
extraEgress:
- ports:
- port: 53
protocol: UDP
- port: 53
protocol: TCP
- port: 8053
protocol: UDP
- port: 8053
protocol: TCP
- protocol: UDP
- protocol: TCP

extraDeploy:
- apiVersion: v1
Expand Down

0 comments on commit 91f8e19

Please sign in to comment.