[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:
sekka1
2019-08-27 09:26:41 -07:00
committed by Kubernetes Prow Robot
parent 1117e4b790
commit 4dade3d4b7
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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:
+2 -2
View File
@@ -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` |
+2 -2
View File
@@ -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