From 88378a0648e083aa87ce67b642ca55237ad6c9f9 Mon Sep 17 00:00:00 2001 From: pasqualespica <36746022+pasqualespica@users.noreply.github.com> Date: Wed, 6 Dec 2023 00:29:22 +0100 Subject: [PATCH] fix --- helm/values-dev.yaml | 4 ++-- helm/values-prod.yaml | 4 ++-- helm/values-uat.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 756fbaa..3dd7798 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -58,7 +58,7 @@ microservice-chart: cpu: "300m" limits: memory: "768Mi" - cpu: "300m" + cpu: "400m" autoscaling: enable: true minReplica: 1 @@ -117,7 +117,7 @@ microservice-chart: envSecret: APPLICATIONINSIGHTS_CONNECTION_STRING: "ai-d-connection-string" COSMOS_RECEIPTS_CONN_STRING: "cosmos-receipt-connection-string" - RECEIPTS_STORAGE_CONN_STRING: "receipts-storage-account-connection-string", + RECEIPTS_STORAGE_CONN_STRING: "receipts-storage-account-connection-string" COSMOS_BIZ_EVENT_CONN_STRING: "cosmos-biz-event-d-connection-string" COSMOS_RECEIPT_KEY: "cosmos-receipt-pkey" COSMOS_BIZ_EVENT_KEY: "cosmos-bizevent-pkey" diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 8fb31ae..4eab370 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -110,14 +110,14 @@ microservice-chart: MAX_DATE_DIFF_MILLIS: "360000" MAX_DATE_DIFF_NOTIFY_MILLIS: "360000" TRIGGER_NOTIFY_REC_SCHEDULE: "0 0 */6 * * *" - AZURE_FUNCTIONS_MESH_JAVA_OPTS: "-javaagent:/home/site/wwwroot/jmx_prometheus_javaagent-0.19.0.jar=12345:/home/site/wwwroot/config.yaml -Xmx768m -XX:+UseG1GC" + AZURE_FUNCTIONS_MESH_JAVA_OPTS: "-javaagent:/home/site/wwwroot/jmx_prometheus_javaagent-0.19.0.jar=12345:/home/site/wwwroot/config.yaml -javaagent:/home/site/wwwroot/opentelemetry-javaagent.jar -Xmx768m -XX:+UseG1GC" envFieldRef: APP_NAME: "metadata.labels['app.kubernetes.io/instance']" APP_VERSION: "metadata.labels['app.kubernetes.io/version']" envSecret: APPLICATIONINSIGHTS_CONNECTION_STRING: "ai-p-connection-string" COSMOS_RECEIPTS_CONN_STRING: "cosmos-receipt-connection-string" - RECEIPTS_STORAGE_CONN_STRING: "receipts-storage-account-connection-string", + RECEIPTS_STORAGE_CONN_STRING: "receipts-storage-account-connection-string" COSMOS_BIZ_EVENT_CONN_STRING: "cosmos-biz-event-p-connection-string" COSMOS_RECEIPT_KEY: "cosmos-receipt-pkey" COSMOS_BIZ_EVENT_KEY: "cosmos-bizevent-pkey" diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index d7b2cc7..b5c2c5e 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -110,14 +110,14 @@ microservice-chart: MAX_DATE_DIFF_MILLIS: "360000" MAX_DATE_DIFF_NOTIFY_MILLIS: "360000" TRIGGER_NOTIFY_REC_SCHEDULE: "0 0 */6 * * *" - AZURE_FUNCTIONS_MESH_JAVA_OPTS: "-javaagent:/home/site/wwwroot/jmx_prometheus_javaagent-0.19.0.jar=12345:/home/site/wwwroot/config.yaml -Xmx768m -XX:+UseG1GC" + AZURE_FUNCTIONS_MESH_JAVA_OPTS: "-javaagent:/home/site/wwwroot/jmx_prometheus_javaagent-0.19.0.jar=12345:/home/site/wwwroot/config.yaml -javaagent:/home/site/wwwroot/opentelemetry-javaagent.jar -Xmx768m -XX:+UseG1GC" envFieldRef: APP_NAME: "metadata.labels['app.kubernetes.io/instance']" APP_VERSION: "metadata.labels['app.kubernetes.io/version']" envSecret: APPLICATIONINSIGHTS_CONNECTION_STRING: "ai-u-connection-string" COSMOS_RECEIPTS_CONN_STRING: "cosmos-receipt-connection-string" - RECEIPTS_STORAGE_CONN_STRING: "receipts-storage-account-connection-string", + RECEIPTS_STORAGE_CONN_STRING: "receipts-storage-account-connection-string" COSMOS_BIZ_EVENT_CONN_STRING: "cosmos-biz-event-u-connection-string" COSMOS_RECEIPT_KEY: "cosmos-receipt-pkey" COSMOS_BIZ_EVENT_KEY: "cosmos-bizevent-pkey"