Skip to content

Commit

Permalink
Merge github.com:FlowFuse/helm into feat-emqx-observability
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Nov 13, 2024
2 parents 4371cd4 + 739d69a commit dd13bd8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#### 2.18.6: Release

- fix: secret reference indentation in EMQX definition (#497) @ppawlowski

#### 2.18.5: Release

- fix: emqx secret key name typo (#496) @ppawlowski

#### 2.18.4: Release


Expand Down
7 changes: 4 additions & 3 deletions helm/flowforge/templates/emqx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ spec:
}
enable = true
connect_timeout = "15s"
enable_pipelining = 100
enable_pipelining = 1
headers {
content-type = "application/json"
}
mechanism = password_based
method = post
pool_size = 8
request_timeout = "8s"
request_timeout = "15s"
ssl {
enable = false
}
Expand All @@ -47,7 +47,7 @@ spec:
sources = [
{
enable = true
enable_pipelining = 100
enable_pipelining = 1
connect_timeout = "15s"
request_timeout = "30s"
pool_size = 8
Expand Down Expand Up @@ -260,4 +260,5 @@ spec:
- {{ include "forge.brokerDomain" . }}
secretName: {{ include "forge.brokerDomain" . }}
{{- end }}

{{- end }}

0 comments on commit dd13bd8

Please sign in to comment.