From d26f5003c541fde097fc81dd1bed6bf47ade519a Mon Sep 17 00:00:00 2001 From: Sebastien Premont-Tendland Date: Thu, 28 Nov 2019 11:05:51 -0500 Subject: Remove the usage of uuidv4 since it was causing the deployment to change at every "helm deploy" causing AAI ha proxy pod to restart and cause AAI outage. Issue-ID: OOM-2226 Signed-off-by: Sebastien Premont-Tendland Change-Id: I03aa47240251fe182ecd841a99a9b99a20c88d65 --- templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index d32f952..ee21140 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -97,7 +97,7 @@ spec: value: Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ== {{ end }} - name: X-TransactionId - value: {{ uuidv4 }} + value: OOM_ReadinessCheck_TID - name: Accept value: application/json initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }} -- cgit 1.2.3-korg