From: Sebastien Premont-Tendland Date: Thu, 28 Nov 2019 16:05:51 +0000 (-0500) Subject: Remove the usage of uuidv4 since it was causing the deployment X-Git-Tag: 6.0.0-ONAP~24^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d26f5003c541fde097fc81dd1bed6bf47ade519a;p=aai%2Foom.git 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 --- 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 }}