Skip to content

Commit 7f9d7b0

Browse files
authored
Merge pull request #520 from mojaloop/fix/als-timeout-handler-sidecar
fix: istio sidecar for als timeout handler
2 parents 230b043 + ff71a13 commit 7f9d7b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

terraform/gitops/generate-files/templates/mojaloop/values-mojaloop.yaml.tpl

+2
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ account-lookup-service:
253253
${indent(8, account_lookup_admin_service_affinity)}
254254
# %{ endif }
255255
tolerations: *MOJALOOP_TOLERATIONS
256+
podLabels:
257+
sidecar.istio.io/inject: "${enable_istio_injection}"
256258
replicaCount: 1 # timeout handler is designed to run as a single instance
257259
config: *ALS_CONFIG
258260
ingress:

0 commit comments

Comments
 (0)