Commit 1ad5dfb
fix: change headless service to gRPC and expose 9094 TCP (#494)
* change alertmanager-svc-headless from http to grpc port
Signed-off-by: AlexandreRoux <[email protected]>
* edit CHANGELOG.md
Signed-off-by: AlexandreRoux <[email protected]>
* expose 9094 TCP UDP for gossip cluster
Signed-off-by: AlexandreRoux <[email protected]>
* support configuration of gossip cluster port
Signed-off-by: AlexandreRoux <[email protected]>
* WIP: configure alertmanager HA cluster mode for sts
Signed-off-by: Niclas Schad <[email protected]>
* configure alertmanager cluster peers as comma seperated list
Signed-off-by: AlexandreRoux <[email protected]>
* clarify values.yaml about cluster enable by default
Signed-off-by: AlexandreRoux <[email protected]>
* replicaset should not set -alertmanager-cluster-peers when cluster is disable
Signed-off-by: AlexandreRoux <[email protected]>
* fix wrong name for grpc targetPort
Signed-off-by: AlexandreRoux <[email protected]>
* re-introduce alertmanager-dep.yaml
Signed-off-by: AlexandreRoux <[email protected]>
* docs: update READEME.md
Signed-off-by: Loc Mai <[email protected]>
* update CHANGELOG.md
Signed-off-by: Loc Mai <[email protected]>
* update CHANGELOG.md
Signed-off-by: Loc Mai <[email protected]>
* update CHANGELOG.md
Signed-off-by: Loc Mai <[email protected]>
* update CHANGELOG.md
Signed-off-by: Loc Mai <[email protected]>
* update CHANGELOG.md
Signed-off-by: Loc Mai <[email protected]>
* update CHANGELOG.md
Signed-off-by: Loc Mai <[email protected]>
* add Alertmanager scope
Signed-off-by: Loc Mai <[email protected]>
* add http-metrics back
Signed-off-by: Loc Mai <[email protected]>
* update CHANGELOG.md
Signed-off-by: Loc Mai <[email protected]>
---------
Signed-off-by: AlexandreRoux <[email protected]>
Signed-off-by: Niclas Schad <[email protected]>
Signed-off-by: Loc Mai <[email protected]>
Co-authored-by: AlexandreRoux <[email protected]>
Co-authored-by: Niclas Schad <[email protected]>1 parent a572813 commit 1ad5dfb
File tree
7 files changed
+43
-4
lines changed- ci
- templates/alertmanager
7 files changed
+43
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| 219 | + | |
219 | 220 | | |
220 | 221 | | |
221 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
152 | 154 | | |
153 | 155 | | |
154 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
155 | 166 | | |
156 | 167 | | |
157 | 168 | | |
| |||
175 | 186 | | |
176 | 187 | | |
177 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
178 | 198 | | |
179 | 199 | | |
180 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
24 | 35 | | |
25 | 36 | | |
26 | 37 | | |
27 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
129 | 133 | | |
130 | 134 | | |
131 | 135 | | |
| |||
0 commit comments