summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2020-01-17 16:13:50 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-17 16:13:50 +0000
commitc8663688eb2755ca5adc4f570c7acf76b6f9a077 (patch)
tree568ed7c000c567d7fcb28dc720838bbb7deaf0f3
parentd801a6ee395220b11bfac773c3111489282e735c (diff)
parentd26f5003c541fde097fc81dd1bed6bf47ade519a (diff)
Merge "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."
-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 }}