diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index bcf78b1..90b4692 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -1,6 +1,6 @@ microservice-chart: namespace: "fdr" - nameOverride: "" + nameOverride: "pagopa-fdr-2-event" fullnameOverride: "pagopa-fdr-2-event-hub" image: repository: ghcr.io/pagopa/pagopa-fdr-2-event-hub @@ -24,33 +24,34 @@ microservice-chart: livenessProbe: handlerType: tcpSocket tcpSocket: - port: 80 - initialDelaySeconds: 60 + port: 8080 + initialDelaySeconds: 30 periodSeconds: 30 failureThreshold: 10 readinessProbe: handlerType: tcpSocket tcpSocket: - port: 80 - initialDelaySeconds: 60 + port: 8080 + initialDelaySeconds: 30 periodSeconds: 30 failureThreshold: 10 deployment: create: true - serviceMonitor: - create: true - endpoints: - - interval: 10s #jmx-exporter - targetPort: 12345 - path: /metrics + # serviceMonitor: + # create: true + # endpoints: + # - interval: 10s #jmx-exporter + # targetPort: 12345 + # path: /metrics ports: - 80 #http - 12345 #jmx-exporter + - 8080 service: type: ClusterIP ports: - 80 #http - - 12345 #jmx-exporter + - 8080 ingress: create: true host: "weudev.fdr.internal.dev.platform.pagopa.it" @@ -65,10 +66,10 @@ microservice-chart: seccompProfile: type: RuntimeDefault securityContext: - allowPrivilegeEscalation: false - capabilities: - add: - - NET_BIND_SERVICE + allowPrivilegeEscalation: true + # capabilities: + # add: + # - NET_BIND_SERVICE resources: requests: memory: "256Mi" @@ -96,6 +97,7 @@ microservice-chart: BLOB_STORAGE_FDR3_CONTAINER: "fdr3-flows" EVENT_HUB_FLOWTX_NAME: "fdr-qi-flows" EVENT_HUB_REPORTEDIUV_NAME: "fdr-qi-reported-iuv" + ASPNETCORE_URLS: "http://*:8080" envFieldRef: APP_NAME: "metadata.labels['app.kubernetes.io/instance']" APP_VERSION: "metadata.labels['app.kubernetes.io/version']" diff --git a/host.json b/host.json index 02736ff..d69d04e 100644 --- a/host.json +++ b/host.json @@ -29,11 +29,11 @@ "logging": { "fileLoggingMode": "debugOnly", "logLevel": { - "default": "None", - "Host.Results": "Error", - "Function.ProcessFDR1BlobFiles": "Information", - "Function.ProcessFDR3BlobFiles": "Information", - "Host.Aggregator": "Error" + "default": "Debug", + "Host.Results": "Debug", + "Function.ProcessFDR1BlobFiles": "Debug", + "Function.ProcessFDR3BlobFiles": "Debug", + "Host.Aggregator": "Debug" }, "applicationInsights": { "samplingSettings": {