Merge "Prevent DBAAS probes from creatign zombie processes"
authorLusheng Ji <lji@research.att.com>
Thu, 4 Jun 2020 21:10:30 +0000 (21:10 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Thu, 4 Jun 2020 21:10:30 +0000 (21:10 +0000)
helm/dbaas/templates/statefulset.yaml

index 217f22b..4d1593e 100644 (file)
@@ -89,6 +89,7 @@ spec:
         - name: data
           mountPath: /data
 {{- end }}
+      shareProcessNamespace: true
       containers:
       - name: {{ include "common.containername.dbaas" . }}-redis
         image: {{ include "common.dockerregistry.url" $ctx }}/{{ .Values.dbaas.image.name }}:{{ .Values.dbaas.image.tag }}