mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
e5241eb7c3
commit
6b53c00a4a
@@ -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:
|
||||
|
||||
@@ -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 |
|
||||
|
||||
@@ -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)
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user