mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/graylog] Updating the rolling update strategy to type RollingUpdate (#16634)
* Updating the rolling update strategy to type RollingUpdate Signed-off-by: garland <garlandk@gmail.com> * Increasing the version number Signed-off-by: garland <garlandk@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
1117e4b790
commit
4dade3d4b7
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: graylog
|
||||
home: https://www.graylog.org
|
||||
version: 1.3.1
|
||||
version: 1.3.3
|
||||
appVersion: 3.0.2-2
|
||||
description: Graylog is the centralized log management solution built to open standards for capturing, storing, and enabling real-time analysis of terabytes of machine data.
|
||||
keywords:
|
||||
|
||||
@@ -86,7 +86,7 @@ Set the following values in `values.yaml`
|
||||
|
||||
```yaml
|
||||
graylog:
|
||||
tolerations:
|
||||
tolerations:
|
||||
- key: graylog
|
||||
value: "true"
|
||||
operator: "Equal"
|
||||
@@ -114,7 +114,7 @@ The following table lists the configurable parameters of the Cassandra chart and
|
||||
| `graylog.service.master.annotations` | Graylog Master Service annotations | `{}` |
|
||||
| `graylog.podAnnotations` | Kubernetes Pod annotations | `{}` |
|
||||
| `graylog.terminationGracePeriodSeconds` | Pod termination grace period | `120` |
|
||||
| `graylog.updateStrategy` | Update Strategy of the StatefulSet | `OnDelete` |
|
||||
| `graylog.updateStrategy` | Update Strategy of the StatefulSet | `RollingUpdate` |
|
||||
| `graylog.persistence.enabled` | Use a PVC to persist data | `true` |
|
||||
| `graylog.persistence.storageClass` | Storage class of backing PVC | `nil` (uses storage class annotation) |
|
||||
| `graylog.persistence.accessMode` | Use volume as ReadOnly or ReadWrite | `ReadWriteOnce` |
|
||||
|
||||
@@ -171,9 +171,9 @@ graylog:
|
||||
# heapSize: "1024g"
|
||||
|
||||
## RollingUpdate update strategy
|
||||
## ref: https://kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/#updating-statefulsets
|
||||
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
|
||||
##
|
||||
updateStrategy: OnDelete
|
||||
updateStrategy: RollingUpdate
|
||||
## Graylog server pod termination grace period
|
||||
##
|
||||
terminationGracePeriodSeconds: 120
|
||||
|
||||
Reference in New Issue
Block a user