Skip to content

Commit

Permalink
Merge pull request #1676 from ertis-research/master
Browse files Browse the repository at this point in the history
fix(helm): Allow connectivity inter cluster communication
  • Loading branch information
thjaeckle committed Jul 3, 2023
2 parents 2a45e29 + b60be91 commit 7f0eb49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/helm/ditto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: |
A digital twin is a virtual, cloud based, representation of his real world counterpart
(real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc).
type: application
version: 3.3.2 # chart version is effectively set by release-job
version: 3.3.3 # chart version is effectively set by release-job
appVersion: 3.3.2
keywords:
- iot-chart
Expand Down
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 7f0eb49

Please sign in to comment.