mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/solr] run solr container with uid 8983 (#14612)
Signed-off-by: Joe Cai <joey.cai@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
5069fd6ee4
commit
b7609242ab
@@ -2,7 +2,7 @@
|
||||
|
||||
apiVersion: "v1"
|
||||
name: "solr"
|
||||
version: "1.0.1"
|
||||
version: "1.0.2"
|
||||
appVersion: "7.6.0"
|
||||
description: "A helm chart to install Apache Solr: http://lucene.apache.org/solr/"
|
||||
keywords:
|
||||
|
||||
@@ -28,6 +28,7 @@ spec:
|
||||
spec:
|
||||
securityContext:
|
||||
fsGroup: 8983
|
||||
runAsUser: 8983
|
||||
affinity:
|
||||
{{ tpl (toYaml .Values.affinity) . | indent 8 }}
|
||||
terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}
|
||||
|
||||
Reference in New Issue
Block a user