diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index a5a564c0..86b7cb9d 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -34,9 +34,9 @@ microservice-chart: servicePort: 8080 serviceAccount: create: false - annotations: {} + annotations: { } name: "" - podAnnotations: {} + podAnnotations: { } podSecurityContext: seccompProfile: type: RuntimeDefault @@ -98,7 +98,7 @@ microservice-chart: RT_SEND_SCHEDULING_TIME_IN_MINUTES: '1' RT_SEND_AVOID_SCHEDULING_ON_STATES: 'PAA_RT_DUPLICATA' RPT_TIMER_QUEUE_NAME: "nodo_wisp_rpt_timeout_queue" - RPT_TIMEOUT: '1800' + RPT_TIMEOUT: '120' # 2 minutes RE_TRACING_INTERFACE_IUVGENERATOR_ENABLED: 'true' RE_TRACING_INTERFACE_PAYMENTPOSITIONANALYSIS_ENABLED: 'true' RE_TRACING_INTERFACE_DECOUPLERCACHING_ENABLED: 'true' @@ -134,8 +134,8 @@ microservice-chart: tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" tmpVolumeMount: create: true - nodeSelector: {} - tolerations: [] + nodeSelector: { } + tolerations: [ ] affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: @@ -162,5 +162,5 @@ microservice-chart: repository: ghcr.io/pagopa/pagopa-wisp-converter tag: "0.0.0" pullPolicy: Always - envConfig: {} - envSecret: {} + envConfig: { } + envSecret: { } diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 825eb9c4..c99a1859 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -34,9 +34,9 @@ microservice-chart: servicePort: 8080 serviceAccount: create: false - annotations: {} + annotations: { } name: "" - podAnnotations: {} + podAnnotations: { } podSecurityContext: seccompProfile: type: RuntimeDefault @@ -117,7 +117,7 @@ microservice-chart: RT_SEND_SCHEDULING_TIME_IN_MINUTES: '60' RT_SEND_AVOID_SCHEDULING_ON_STATES: 'PAA_RT_DUPLICATA' RPT_TIMER_QUEUE_NAME: "nodo_wisp_rpt_timeout_queue" - RPT_TIMEOUT: '1800' + RPT_TIMEOUT: '300' # 5 minutes RE_TRACING_INTERFACE_IUVGENERATOR_ENABLED: 'true' RE_TRACING_INTERFACE_PAYMENTPOSITIONANALYSIS_ENABLED: 'true' RE_TRACING_INTERFACE_DECOUPLERCACHING_ENABLED: 'true' @@ -153,8 +153,8 @@ microservice-chart: tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" tmpVolumeMount: create: true - nodeSelector: {} - tolerations: [] + nodeSelector: { } + tolerations: [ ] affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: @@ -181,5 +181,5 @@ microservice-chart: repository: ghcr.io/pagopa/pagopa-wisp-converter tag: "0.0.0" pullPolicy: Always - envConfig: {} - envSecret: {} + envConfig: { } + envSecret: { } diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 8b2c3255..279b21d2 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -34,9 +34,9 @@ microservice-chart: servicePort: 8080 serviceAccount: create: false - annotations: {} + annotations: { } name: "" - podAnnotations: {} + podAnnotations: { } podSecurityContext: seccompProfile: type: RuntimeDefault @@ -98,7 +98,7 @@ microservice-chart: RT_SEND_SCHEDULING_TIME_IN_MINUTES: '60' RT_SEND_AVOID_SCHEDULING_ON_STATES: 'PAA_RT_DUPLICATA' RPT_TIMER_QUEUE_NAME: "nodo_wisp_rpt_timeout_queue" - RPT_TIMEOUT: '1800' + RPT_TIMEOUT: '60' # 1 minute (set for integration tests) RE_TRACING_INTERFACE_IUVGENERATOR_ENABLED: 'true' RE_TRACING_INTERFACE_PAYMENTPOSITIONANALYSIS_ENABLED: 'true' RE_TRACING_INTERFACE_DECOUPLERCACHING_ENABLED: 'true' @@ -134,8 +134,8 @@ microservice-chart: tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" tmpVolumeMount: create: true - nodeSelector: {} - tolerations: [] + nodeSelector: { } + tolerations: [ ] affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: @@ -162,5 +162,5 @@ microservice-chart: repository: ghcr.io/pagopa/pagopa-wisp-converter tag: "0.0.0" pullPolicy: Always - envConfig: {} - envSecret: {} + envConfig: { } + envSecret: { }