Skip to content

Commit

Permalink
fix(helm): Allow inter cluster communication
Browse files Browse the repository at this point in the history
Signed-off-by: Altair-Bueno <altair.bueno@uma.es>
  • Loading branch information
Altair-Bueno committed Jul 3, 2023
1 parent 2a45e29 commit 1604fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/helm/ditto/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1124,12 +1124,12 @@ connectivity:
# allowedHostnames contains a comma separated list of explicitly allowed hostnames
allowedHostnames: ""
# blockedHostnames contains a comma separated list of blocked hostnames
blockedHostnames: "localhost"
blockedHostnames: ""
# blockedSubnets holds a comma separated string of blocked subnets
# specify subnets to block in CIDR format e.g. "11.1.0.0/16"
blockedSubnets: ""
# blockedHostRegex contains the regex for blocked hostnames
blockedHostRegex: ^.*\\.svc.cluster.local$
blockedHostRegex: ""
limits:
# maxSources contains the max number of sources per connection
maxSources: 5
Expand Down

0 comments on commit 1604fcc

Please sign in to comment.