Skip to content

Commit

Permalink
fix host json
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Feb 12, 2025
1 parent 6119f53 commit 66b0cd4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ microservice-chart:
seccompProfile:
type: RuntimeDefault
securityContext:
allowPrivilegeEscalation: true
allowPrivilegeEscalation: false
# readOnlyRootFilesystem: true
# capabilities:
# add:
# - NET_BIND_SERVICE
Expand Down Expand Up @@ -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']"
Expand Down

0 comments on commit 66b0cd4

Please sign in to comment.