- add pod annotation that tells istio not to export
traces via the istio sidecar
- this is done because AAI has tracing on the app level
Issue-ID: AAI-4217
Change-Id: I8f087769be9776439718f1961ec2a0c3bbbb069a
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
apiVersion: v2
description: ONAP Active and Available Inventory
name: aai
-version: 16.0.1
+version: 16.0.2
dependencies:
- name: common
podAnnotations:
checksum/config: '{{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}'
+ # disable tracing on istio level because service
+ # has own tracing support
+ proxy.istio.io/config: |
+ tracing:
+ sampling: 0
podAnnotations:
checksum/config: '{{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}'
+ # disable tracing on istio level because service
+ # has own tracing support
+ proxy.istio.io/config: |
+ tracing:
+ sampling: 0
jobAnnotations:
backup:
volumes:
logSizeLimit: 64Mi
tmpSizeLimit: 100Mi
+
+podAnnotations:
+ # disable tracing on istio level because service
+ # has own tracing support
+ proxy.istio.io/config: |
+ tracing:
+ sampling: 0
podAnnotations:
checksum/config: '{{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}'
+ # disable tracing on istio level because service
+ # has own tracing support
+ proxy.istio.io/config: |
+ tracing:
+ sampling: 0
podAnnotations:
checksum/config: '{{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}'
+ # disable tracing on istio level because service
+ # has own tracing support
+ proxy.istio.io/config: |
+ tracing:
+ sampling: 0
metrics:
serviceMonitor: