mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
[bitnami/postgresql, zookeeper] Modify extravolumes and integrate sidecars (#7555)
* Update servicemonitor.yaml Add template render for .Values.metrics.serviceMonitor.additionalLabels * [bitnami/postgresql] add template render for .Values.primary.extraVolumes * [bitnami/postgresql] Add template render for .Values.readReplicas.extraVolumes * [bitnami/postgresql] Update documentation about new value evaluated as a template (primary.extraVolumes, readReplicas.extraVolumes and metrics.serviceMonitor.additionalLabels). * [bitnami/postgres] Bump chart version * [bitnami/zookeeper] Update ExtraVolumes as template render, add sidecar to POD and ZOO_LOG4J_PROP environment variables * [bitnami/postgresql] Remove information (value evaluated as a template) from README.md * [bitnami/zookeeper] Remove information to Readme, empty space at end of the line 294 bitnami/zookeeper/templates/statefulset.yaml and move comment on values * [bitnami/zookeeper] Bump zookeeper chart version * [bitnbami/zookeeper] Fix missnaming and nexw line on values and Fix README * [bitnbami/postgresql] Fix README * [bitnbami/postgresql] Fix README * [bitnbami/postgresql] Bump postgresql version * Update Chart.yaml Include new line at the end of the file Co-authored-by: baudelet <bbaudelet.soprasteria@lfdj.com> Co-authored-by: alvneiayu <alvaron@vmware.com>
This commit is contained in:
@@ -157,7 +157,8 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `readinessProbe.probeCommandTimeout` | Probe command timeout for readinessProbe | `2` |
|
||||
| `customLivenessProbe` | Override default liveness probe | `{}` |
|
||||
| `customReadinessProbe` | Override default readiness probe | `{}` |
|
||||
|
||||
| `sidecars` | Extra containers to the pod | `[]` |
|
||||
|
||||
|
||||
### Traffic Exposure parameters
|
||||
|
||||
@@ -315,6 +316,18 @@ customReadinessProbe:
|
||||
failureThreshold: 6
|
||||
```
|
||||
|
||||
You can also set the log4j logging level and what log appenders are turned on, by using `ZOO_LOG4J_PROP` set inside of conf/log4j.properties as zookeeper.root.logger by default to
|
||||
|
||||
```console
|
||||
zookeeper.root.logger=INFO, CONSOLE
|
||||
```
|
||||
the available appender is
|
||||
|
||||
- CONSOLE
|
||||
- ROLLINGFILE
|
||||
- RFAAUDIT
|
||||
- TRACEFILE
|
||||
|
||||
## Persistence
|
||||
|
||||
The [Bitnami ZooKeeper](https://github.com/bitnami/bitnami-docker-zookeeper) image stores the ZooKeeper data and configurations at the `/bitnami/zookeeper` path of the container.
|
||||
|
||||
Reference in New Issue
Block a user