UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 8e2f999e authored by Jordan Olachea's avatar Jordan Olachea Committed by Ryan Garcia
Browse files

EK Init Container drop capabilities and logging chart bump

parent 9e8bf05f
No related branches found
No related tags found
Loading
......@@ -72,21 +72,134 @@ kibana:
elasticsearch:
imagePullSecrets:
- name: private-registry
{{- if .Values.istio.enabled }}
master:
initContainers:
- name: elastic-internal-init-filesystem
securityContext:
privileged: false
capabilities:
drop:
- ALL
- name: elastic-internal-suspend
securityContext:
privileged: false
capabilities:
drop:
- ALL
{{- if .Values.sso.enabled }}
- name: elastic-internal-init-keystore
securityContext:
privileged: false
capabilities:
drop:
- ALL
{{- end }}
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
data:
initContainers:
- name: elastic-internal-init-filesystem
securityContext:
privileged: false
capabilities:
drop:
- ALL
- name: elastic-internal-suspend
securityContext:
privileged: false
capabilities:
drop:
- ALL
{{- if .Values.sso.enabled }}
- name: elastic-internal-init-keystore
securityContext:
privileged: false
capabilities:
drop:
- ALL
{{- end }}
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
ingest:
initContainers:
- name: elastic-internal-init-filesystem
securityContext:
privileged: false
capabilities:
drop:
- ALL
- name: elastic-internal-suspend
securityContext:
privileged: false
capabilities:
drop:
- ALL
{{- if .Values.sso.enabled }}
- name: elastic-internal-init-keystore
securityContext:
privileged: false
capabilities:
drop:
- ALL
{{- end }}
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
ml:
initContainers:
- name: elastic-internal-init-filesystem
securityContext:
privileged: false
capabilities:
drop:
- ALL
- name: elastic-internal-suspend
securityContext:
privileged: false
capabilities:
drop:
- ALL
{{- if .Values.sso.enabled }}
- name: elastic-internal-init-keystore
securityContext:
privileged: false
capabilities:
drop:
- ALL
{{- end }}
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
coord:
initContainers:
- name: elastic-internal-init-filesystem
securityContext:
privileged: false
capabilities:
drop:
- ALL
- name: elastic-internal-suspend
securityContext:
privileged: false
capabilities:
drop:
- ALL
{{- if .Values.sso.enabled }}
- name: elastic-internal-init-keystore
securityContext:
privileged: false
capabilities:
drop:
- ALL
{{- end }}
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
{{- end }}
{{- end -}}
......@@ -418,7 +418,7 @@ logging:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/elasticsearch-kibana.git
path: "./chart"
tag: "0.9.0-bb.0"
tag: "0.9.0-bb.1"
# -- Flux reconciliation overrides specifically for the Logging (EFK) Package
flux:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment