summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Premont-Tendland <sebastien.premont@bell.ca>2019-11-28 11:05:51 -0500
committerSebastien Premont-Tendland <sebastien.premont@bell.ca>2019-12-16 14:59:33 +0000
commitd26f5003c541fde097fc81dd1bed6bf47ade519a (patch)
treee8c12993d3f3c5d6e836f5d366b4f6012b1b0910
parentc56543fa8c464f839cde7d80ff2023d6448e4b28 (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
-rw-r--r--templates/deployment.yaml2
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 }}