Skip to content

Commit

Permalink
fix: removing duplicated param for cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Jan 13, 2025
1 parent 950f96c commit b20f86b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -34,9 +34,9 @@ microservice-chart: &microservice-chart
servicePort: 8080
serviceAccount:
create: false
annotations: {}
annotations: { }
name: ""
podAnnotations: {}
podAnnotations: { }
podSecurityContext:
seccompProfile:
type: RuntimeDefault
@@ -71,8 +71,6 @@ microservice-chart: &microservice-chart
COSMOS_URI: "https://pagopa-p-weu-nodo-wispconv-cosmos-account.documents.azure.com:443/"
COSMOS_READ_REGION: "North Europe"
DATAEXPLORER_URL: "https://pagopapdataexplorer.westeurope.kusto.windows.net"
CRONJOB_REPORTGENERATION_ENABLED: true
CRONJOB_REPORTGENERATION_DAILY_SCHEDULE: '00 01 * * *'
secretProvider:
create: true
envSecrets: &envSecret
@@ -84,8 +82,8 @@ microservice-chart: &microservice-chart
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
tmpVolumeMount:
create: true
nodeSelector: {}
tolerations: []
nodeSelector: { }
tolerations: [ ]
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
@@ -112,8 +110,8 @@ microservice-chart: &microservice-chart
repository: ghcr.io/pagopa/pagopa-wisp-converter-technical-support
tag: "0.0.0"
pullPolicy: Always
envConfig: {}
envSecret: {}
envConfig: { }
envSecret: { }
# 1 - Standard service application
app:
!!merge <<: *microservice-chart

0 comments on commit b20f86b

Please sign in to comment.