diff --git a/chart/templates/tempo/values.yaml b/chart/templates/tempo/values.yaml index 21494b4183d9a4f4d9cfd51ad33cc31de3d76c51..02eef4f084c834aead82c7f689b42a9da19c57a8 100644 --- a/chart/templates/tempo/values.yaml +++ b/chart/templates/tempo/values.yaml @@ -14,9 +14,9 @@ objectStorage: secret_access_key: {{ .Values.tempo.objectStorage.accessSecret }} tempo: - imagePullSecrets: - - name: private-registry pullPolicy: {{ .Values.imagePullPolicy }} + overrides: + ingestion_rate_limit_bytes: 30000000 {{- with .Values.tempo.objectStorage }} {{- if and .endpoint .region .bucket }} storage: @@ -39,6 +39,10 @@ domain: {{ $domainName }} tempoQuery: pullPolicy: {{ .Values.imagePullPolicy }} +serviceAccount: + imagePullSecrets: + - name: private-registry + networkPolicies: enabled: {{ .Values.networkPolicies.enabled }} controlPlaneCidr: {{ .Values.networkPolicies.controlPlaneCidr }} @@ -58,11 +62,6 @@ istio: gateways: - istio-system/{{ default "public" .Values.tempo.ingress.gateway }} -{{- if .Values.istio.enabled }} -podAnnotations: - {{ include "istioAnnotation" . }} -{{- end }} - monitoring: enabled: {{ .Values.monitoring.enabled }} diff --git a/chart/values.yaml b/chart/values.yaml index 195236af53a8f2ab0d5e864eda6f767a65f4a2a8..1bb2ed1cb1f4db419838255f09230b15a934cfbd 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -554,7 +554,7 @@ tempo: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/tempo.git path: "./chart" - tag: "0.15.1-bb.7" + tag: "0.16.1-bb.0" # -- Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". ingress: