diff options
author | 2019-11-28 11:05:51 -0500 | |
---|---|---|
committer | 2019-12-16 14:59:33 +0000 | |
commit | d26f5003c541fde097fc81dd1bed6bf47ade519a (patch) | |
tree | e8c12993d3f3c5d6e836f5d366b4f6012b1b0910 /templates | |
parent | c56543fa8c464f839cde7d80ff2023d6448e4b28 (diff) |
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 <sebastien.premont@bell.ca>
Change-Id: I03aa47240251fe182ecd841a99a9b99a20c88d65
Diffstat (limited to 'templates')
-rw-r--r-- | templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |