Skip to content

Commit

Permalink
add http-metrics back
Browse files Browse the repository at this point in the history
Signed-off-by: Loc Mai <[email protected]>
  • Loading branch information
locmai committed Apr 8, 2024
1 parent d75baf1 commit 56238b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## master / unreleased

* [CHANGE] Alertmanager: Replace `http-metrics` port with `grpc` port #494
* [CHANGE] Alertmanager: Expose 9094 TCP and UDP for gossip cluster - #494
* [CHANGE] Alertmanager: Add `grpc` port #494
* [CHANGE] Alertmanager: Expose 9094 TCP and UDP for gossip cluster #494
* If the AlertManager headless service existed prior to applying the change, it will have only one port set, which is a known issue. See [kubernetes/kubernetes#39188](https://github.com/kubernetes/kubernetes/issues/39188). Re-creating the headless service can resolve this issue

## 2.2.0 / 2024-01-16
Expand Down
4 changes: 4 additions & 0 deletions templates/alertmanager/alertmanager-svc-headless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ spec:
clusterIP: None
publishNotReadyAddresses: true
ports:
- port: {{ .Values.config.server.http_listen_port }}
protocol: TCP
name: http-metrics
targetPort: http-metrics
- port: {{ .Values.config.server.grpc_listen_port }}
protocol: TCP
name: grpc
Expand Down

0 comments on commit 56238b6

Please sign in to comment.