Skip to content

Commit

Permalink
Merge branch 'springboot' of https://github.com/pagopa/pagopa-print-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini committed Aug 1, 2024
2 parents be0dd56 + f7f91ed commit e037c70
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pagopa-print-payment-notice-generator
description: Microservice that handles services for notice print generation
type: application
version: 0.24.0
appVersion: 0.0.17
version: 0.25.0
appVersion: 0.0.17-1-springboot
dependencies:
- name: microservice-chart
version: 2.8.0
Expand Down
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "print-payment-notice-functions"
image:
repository: ghcr.io/pagopa/pagopa-print-payment-notice-functions
tag: "0.0.17"
tag: "0.0.17-1-springboot"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "print-payment-notice-functions"
image:
repository: ghcr.io/pagopa/pagopa-print-payment-notice-functions
tag: "0.0.17"
tag: "0.0.17-1-springboot"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
16 changes: 7 additions & 9 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "print-payment-notice-functions"
image:
repository: ghcr.io/pagopa/pagopa-print-payment-notice-functions
tag: "0.0.17"
tag: "0.0.17-1-springboot"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -35,9 +35,9 @@ microservice-chart:
servicePort: 80
serviceAccount:
create: false
annotations: { }
annotations: {}
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -75,7 +75,6 @@ microservice-chart:
OTEL_METRICS_EXPORTER: otlp
OTEL_LOGS_EXPORTER: none
OTEL_TRACES_SAMPLER: "always_on"

# --- delete ---
NOTICE_REQUEST_MONGO_DB_NAME: "noticesMongoDb"
NOTICE_REQUEST_MONGO_COLLECTION_NAME: "payment_notice_generation_request"
Expand All @@ -93,7 +92,6 @@ microservice-chart:
# required
APPLICATIONINSIGHTS_CONNECTION_STRING: 'app-insight-connection-string'
OTEL_EXPORTER_OTLP_HEADERS: 'elastic-apm-secret-token'

# --- delete ---
NOTICE_EVENTHUB_CONN_STRING: 'ehub-u-notice-connection-string'
AzureWebJobsStorage: 'notices-storage-account-connection-string'
Expand All @@ -113,8 +111,8 @@ microservice-chart:
keyvault:
name: "pagopa-u-itn-printit-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -141,5 +139,5 @@ microservice-chart:
repository: ghcr.io/pagopa/pagopa-print-payment-notice-functions
tag: "0.0.0"
pullPolicy: Always
envConfig: { }
envSecret: { }
envConfig: {}
envSecret: {}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>it.gov.pagopa</groupId>
<artifactId>print-payment-notice-functions</artifactId>
<version>0.0.17</version>
<version>0.0.17-1-springboot</version>
<name>pagopa-print-payment-notice-functions</name>
<description>PagoPA Print Payment Notices Generator</description>

Expand Down

0 comments on commit e037c70

Please sign in to comment.