UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 89b235bb authored by Micah Nagel's avatar Micah Nagel
Browse files

EK Istio Annotations

parent 0cb490ae
No related branches found
No related tags found
2 merge requests!1386Master,!1193EK Istio Annotations
......@@ -11,8 +11,10 @@ license:
image:
pullPolicy: {{ .Values.imagePullPolicy }}
podAnnotations:
{{- if .Values.istio.enabled }}
podAnnotations:
traffic.sidecar.istio.io/includeInboundPorts: "*"
traffic.sidecar.istio.io/excludeInboundPorts: "9443"
{{ include "istioAnnotation" . }}
{{- end }}
......
......@@ -59,8 +59,29 @@ sso:
kibana:
imagePullSecrets:
- name: private-registry
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
elasticsearch:
imagePullSecrets:
- name: private-registry
{{- if .Values.istio.enabled }}
master:
podAnnotations:
{{ include "istioAnnotation" . }}
data:
podAnnotations:
{{ include "istioAnnotation" . }}
ingest:
podAnnotations:
{{ include "istioAnnotation" . }}
ml:
podAnnotations:
{{ include "istioAnnotation" . }}
coord:
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
{{- end -}}
......@@ -357,7 +357,7 @@ logging:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/elasticsearch-kibana.git
path: "./chart"
tag: "0.4.0-bb.0"
tag: "0.5.0-bb.0"
# -- 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