mirror of
https://github.com/bitnami/charts.git
synced 2026-02-10 20:27:38 +08:00
[bitnami/cassandra]fix(readinessProbe): Remove path for metrics readinessProbe (#33121)
Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 12.3.4 (2025-04-22)
|
||||
## 12.3.5 (2025-04-22)
|
||||
|
||||
* [bitnami/cassandra] Store cassandra-exporter configuration in Secret ([#33069](https://github.com/bitnami/charts/pull/33069))
|
||||
* [bitnami/cassandra]fix(readinessProbe): Remove path for metrics readinessProbe ([#33121](https://github.com/bitnami/charts/pull/33121))
|
||||
|
||||
## <small>12.3.4 (2025-04-22)</small>
|
||||
|
||||
* [bitnami/cassandra] Store cassandra-exporter configuration in Secret (#33069) ([597d759](https://github.com/bitnami/charts/commit/597d7598bf4a6968ed7ec67a840c97677f23fe6d)), closes [#33069](https://github.com/bitnami/charts/issues/33069)
|
||||
|
||||
## <small>12.3.3 (2025-04-21)</small>
|
||||
|
||||
|
||||
@@ -33,4 +33,4 @@ maintainers:
|
||||
name: cassandra
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/cassandra
|
||||
version: 12.3.4
|
||||
version: 12.3.5
|
||||
|
||||
@@ -566,7 +566,6 @@ spec:
|
||||
port: metrics
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /metrics
|
||||
port: metrics
|
||||
initialDelaySeconds: {{ .Values.metrics.readinessProbe.initialDelaySeconds }}
|
||||
periodSeconds: {{ .Values.metrics.readinessProbe.periodSeconds }}
|
||||
|
||||
Reference in New Issue
Block a user