UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d226e88f authored by olelink's avatar olelink
Browse files

updated ek init containers and referenced branch

parent 988262c6
No related branches found
No related tags found
1 merge request!1971EK Init Container drop capabilities and logging chart bump
Pipeline #931463 failed
This commit is part of merge request !1971. Comments created here will be created in the context of that merge request.
......@@ -121,17 +121,74 @@ elasticsearch:
{{ 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.istio.enabled }}
- name: elastic-internal-init-keystore
securityContext:
privileged: false
capabilities:
drop:
- ALL
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.istio.enabled }}
- name: elastic-internal-init-keystore
securityContext:
privileged: false
capabilities:
drop:
- ALL
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.istio.enabled }}
- name: elastic-internal-init-keystore
securityContext:
privileged: false
capabilities:
drop:
- ALL
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
......
......@@ -418,7 +418,9 @@ logging:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/elasticsearch-kibana.git
path: "./chart"
tag: "0.8.0-bb.1"
branch: "55-dropall"
tag: null
#tag: "0.8.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