From 66b0cd484e4607c86332d56395046bbf28d9f9cc Mon Sep 17 00:00:00 2001 From: pasqualespica Date: Wed, 12 Feb 2025 17:42:45 +0100 Subject: [PATCH] fix host json --- helm/values-dev.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 90b4692..36723ab 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -66,7 +66,8 @@ microservice-chart: seccompProfile: type: RuntimeDefault securityContext: - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false + # readOnlyRootFilesystem: true # capabilities: # add: # - NET_BIND_SERVICE @@ -98,6 +99,12 @@ microservice-chart: EVENT_HUB_FLOWTX_NAME: "fdr-qi-flows" EVENT_HUB_REPORTEDIUV_NAME: "fdr-qi-reported-iuv" ASPNETCORE_URLS: "http://*:8080" + AzureFunctionsJobHost__logging__logLevel__default: "Debug" + AzureFunctionsJobHost__logging__logLevel__Host__Results: "Debug" + AzureFunctionsJobHost__logging__logLevel__Host__Aggregator: "Debug" + AzureFunctionsJobHost__logging__logLevel__Function__ProcessFDR1BlobFiles: "Debug" + AzureFunctionsJobHost__logging__logLevel__Function__ProcessFDR3BlobFiles: "Debug" + WEBSITE_RUN_FROM_PACKAGE: "1" envFieldRef: APP_NAME: "metadata.labels['app.kubernetes.io/instance']" APP_VERSION: "metadata.labels['app.kubernetes.io/version']"