[stable/redmine] Option to customize security context (#19227)

* option to customize securityContext

Signed-off-by: Carlos Roberto Marques Junior <carlos.marques@bndes.gov.br>

* new line

Signed-off-by: Carlos Roberto Marques Junior <carlos.marques@bndes.gov.br>

* [redmine] support to securityContext

Signed-off-by: Carlos Roberto Marques Junior <carlos.marques@bndes.gov.br>
This commit is contained in:
Carlos Roberto Marques Junior
2019-11-29 00:47:03 -08:00
committed by Kubernetes Prow Robot
parent e5241eb7c3
commit 6b53c00a4a
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: redmine
version: 13.5.0
version: 13.6.0
appVersion: 4.0.5
description: A flexible project management web application.
keywords:
+1
View File
@@ -123,6 +123,7 @@ The following table lists the configurable parameters of the Redmine chart and t
| `podDisruptionBudget.maxUnavailable`| Maximum unavailable pods | `nil` |
| `replicas` | The number of pod replicas | `1` |
| `resources` | Resources allocation (Requests and Limits) | `{}` |
| `securityContext` | SecurityContext | `{}` |
| `livenessProbe.enabled` | would you like a livenessProbe to be enabled | `true` |
| `livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | 300 |
| `livenessProbe.periodSeconds` | How often to perform the probe | 10 |
+5
View File
@@ -301,6 +301,11 @@ resources: {}
# cpu: "2"
# memory: "1G"
## Pod Security Context
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
##
securityContext: {}
## Configure extra options for liveness probe
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes)
##