-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[alertmanager] Add optional seperate ingress per replica #3689
[alertmanager] Add optional seperate ingress per replica #3689
Conversation
Can't you use a new k8s service which uses one of the pods? |
Not sure, if i understand your suggestion correctly. I could reach each of these services via one ingress with stuff like path based routing (different path per service, then deleting the path prefix) or with an ingress controller which supports mirroring the request to multiple services but this would need some additional work and relies on the specific ingress controller. |
Not sure if my previous comment clarified anything @monotek :) |
9f5cc8a
to
d566739
Compare
Signed-off-by: Knut Götz <[email protected]>
Signed-off-by: Knut Götz <[email protected]>
d566739
to
dbc879b
Compare
Signed-off-by: André Bauer <[email protected]>
…community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]>
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments Remove ternary rm blank space
…community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]>
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments Remove ternary rm blank space Signed-off-by: peterabarr <[email protected]>
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments Remove ternary rm blank space Signed-off-by: peterabarr <[email protected]>
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments Remove ternary rm blank space Signed-off-by: peterabarr <[email protected]>
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments Remove ternary rm blank space Signed-off-by: peterabarr <[email protected]>
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments Remove ternary rm blank space Signed-off-by: peterabarr <[email protected]>
…community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]>
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments Remove ternary rm blank space Signed-off-by: peterabarr <[email protected]>
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments Remove ternary rm blank space Signed-off-by: peterabarr <[email protected]>
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments Remove ternary rm blank space Signed-off-by: peterabarr <[email protected]>
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments Remove ternary rm blank space Signed-off-by: peterabarr <[email protected]>
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments Remove ternary rm blank space Signed-off-by: peterabarr <[email protected]>
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments Remove ternary rm blank space Signed-off-by: peterabarr <[email protected]>
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments Remove ternary rm blank space Signed-off-by: peterabarr <[email protected]> Change chart version Signed-off-by: peterabarr <[email protected]> Json changes Signed-off-by: peterabarr <[email protected]> Add to templates file Signed-off-by: peterabarr <[email protected]> Statefulset fix Signed-off-by: peterabarr <[email protected]> Fixes
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments Remove ternary rm blank space Signed-off-by: peterabarr <[email protected]> Change chart version Signed-off-by: peterabarr <[email protected]> Json changes Signed-off-by: peterabarr <[email protected]> Add to templates file Signed-off-by: peterabarr <[email protected]> Statefulset fix Signed-off-by: peterabarr <[email protected]> Fixes
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments Remove ternary rm blank space Signed-off-by: peterabarr <[email protected]> Change chart version Signed-off-by: peterabarr <[email protected]> Json changes Signed-off-by: peterabarr <[email protected]> Add to templates file Signed-off-by: peterabarr <[email protected]> Statefulset fix Signed-off-by: peterabarr <[email protected]> Fixes Signed-off-by: peterabarr <[email protected]>
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments Remove ternary rm blank space Signed-off-by: peterabarr <[email protected]> Change chart version Signed-off-by: peterabarr <[email protected]> Json changes Signed-off-by: peterabarr <[email protected]> Add to templates file Signed-off-by: peterabarr <[email protected]> Statefulset fix Signed-off-by: peterabarr <[email protected]> Fixes Signed-off-by: peterabarr <[email protected]>
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments Remove ternary rm blank space Signed-off-by: peterabarr <[email protected]> Change chart version Signed-off-by: peterabarr <[email protected]> Json changes Signed-off-by: peterabarr <[email protected]> Add to templates file Signed-off-by: peterabarr <[email protected]> Statefulset fix Signed-off-by: peterabarr <[email protected]> Fixes Signed-off-by: peterabarr <[email protected]>
…to the deployment (prometheus-community#3649) * enable passing rabbitmq conection parameters Signed-off-by: Daniel Gotlieb <[email protected]> * Update chart version Signed-off-by: dgotlieb <[email protected]> * Update charts/prometheus-rabbitmq-exporter/Chart.yaml Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: Daniel Gotlieb <[email protected]> Signed-off-by: dgotlieb <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: Daniel Gotlieb <[email protected]> Co-authored-by: MH <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add if block to ingressClassName to use default ingressClass (prometheus-community#3824) * add-if-block-to-ingressClassName Signed-off-by: jmnote <[email protected]> * Chart Version bumped Signed-off-by: jmnote <[email protected]> --------- Signed-off-by: jmnote <[email protected]> Co-authored-by: André Bauer <[email protected]> [alertmanager] Add optional seperate ingress per replica (prometheus-community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: peterabarr <[email protected]> [alertmanager] Add support for PVC retention policy in statefulset Fix Fix PVC policy Fix fmt Signed-off-by: peterabarr <[email protected]> Adjustments Remove ternary rm blank space Signed-off-by: peterabarr <[email protected]> Change chart version Signed-off-by: peterabarr <[email protected]> Json changes Signed-off-by: peterabarr <[email protected]> Add to templates file Signed-off-by: peterabarr <[email protected]> Statefulset fix Signed-off-by: peterabarr <[email protected]> Fixes Signed-off-by: peterabarr <[email protected]>
…community#3689) * [alertmanager] Add optional seperate ingress per replica Signed-off-by: Knut Götz <[email protected]> * chore(alertmanger): bump chart version Signed-off-by: Knut Götz <[email protected]> --------- Signed-off-by: Knut Götz <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]>
What this PR does / why we need it
This pull request adds the ability to add a separate ingress for each Alertmanager replica. This allows for the replicas to be exposed and used as a highly available cluster by Prometheus instances outside the cluster.
Special notes for your reviewer
This feature was already implemented in the kube-prometheus-stack chart and has been adapted for this implementation. There are a few key differences to note:
apiVersion < networking.k8s.io/v1
Checklist
[prometheus-couchdb-exporter]
)