Skip to content

Commit

Permalink
Bump to version 0.0.0-2-NOD-690-config-cache-nodo-cfg-sync-implementa…
Browse files Browse the repository at this point in the history
…zione-microservizio [skip ci]
  • Loading branch information
pagopa-github-bot committed Feb 16, 2024
1 parent d81195d commit be0e929
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 17 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-afm-calculator
description: Microservice that handles calculation for pagoPA Advanced Fees Management
type: application
version: 0.1.0
appVersion: 0.0.0-1-NOD-690-config-cache-nodo-cfg-sync-implementazione-microservizio
version: 0.2.0
appVersion: 0.0.0-2-NOD-690-config-cache-nodo-cfg-sync-implementazione-microservizio
dependencies:
- name: microservice-chart
version: 2.8.0
Expand Down
12 changes: 1 addition & 11 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-node-cfg-sync
tag: "0.0.0-1-NOD-690-config-cache-nodo-cfg-sync-implementazione-microservizio"
tag: "0.0.0-2-NOD-690-config-cache-nodo-cfg-sync-implementazione-microservizio"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -67,16 +67,12 @@ microservice-chart:
APP_LOGGING_LEVEL: 'DEBUG'
DEFAULT_LOGGING_LEVEL: 'INFO'
CORS_CONFIGURATION: '{"origins": ["*"], "methods": ["*"]}'

DB_NEXI_POSTGRE_URL: "jdbc:postgresql://ndp.d.db-nodo-pagamenti.com:6432/nodo?sslmode=require&prepareThreshold=0&currentSchema=cfg"
DB_NEXI_POSTGRE_USER: "cfg"

DB_NEXI_ORACLE_URL: "jdbc:oracle:thin:@(DESCRIPTION=(ENABLE=BROKEN)(ADDRESS=(PROTOCOL=tcp)(PORT=1522)(HOST=db-nodo-pagamenti.d.db-nodo-pagamenti.com))(CONNECT_DATA=(SERVICE_NAME=NDPSPCT_PP_NODO4_CFG))(SO_KEEPALIVE=true)(TCP_KEEPIDLE=60)(TCP_KEEPINTVL=30)(TCP_KEEPCNT=15))"
DB_NEXI_ORACLE_USER: "NODO4_CFG"

DB_PAGOPA_POSTGRE_URL: "jdbc:postgresql://ndp.d.db-nodo-pagamenti.com:6432/nodo?sslmode=require&prepareThreshold=0&currentSchema=cfg"
DB_PAGOPA_POSTGRE_USER: "cfg"

OTEL_SERVICE_NAME: "pagopa-node-cfg-sync"
OTEL_RESOURCE_ATTRIBUTES: "deployment.environment=dev"
OTEL_EXPORTER_OTLP_ENDPOINT: "http://otel-collector.elastic-system.svc:4317"
Expand All @@ -87,21 +83,15 @@ microservice-chart:
envSecret:
# required
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-d-connection-string'

DB_PAGOPA_POSTGRE_PASSWORD: "db-cfg-password"
DB_NEXI_POSTGRE_URL: "postgresql-db-cfg-password"
DB_NEXI_ORACLE_URL: "oracle-db-cfg-password"

API_CONFIG_CACHE_RX_CONNECTION_STRING: "nodo-dei-pagamenti-cache-sync-rx-connection-string-key"
API_CONFIG_CACHE_SA_CONNECTION_STRING: "nodo-dei-pagamenti-cache-sync-sa-connection-string-key"

STAND_IN_MANAGER_RX_CONNECTION_STRING: "nodo-dei-pagamenti-stand-in-sync-rx-connection-string-key"
STAND_IN_MANAGER_SA_CONNECTION_STRING: "nodo-dei-pagamenti-stand-in-sync-sa-connection-string-key"

API_CONFIG_CACHE_SUBSCRIPTION_KEY: "api-config-cache-subscription-key-string"
STAND_IN_MANAGER_SUBSCRIPTION_KEY: "standin-manager-subscription-key"


OTEL_EXPORTER_OTLP_HEADERS: "elastic-apm-secret-token"
keyvault:
name: "pagopa-d-nodo-kv"
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: ""
image:
repository: ghcr.io/pagopa/pagopa-node-cfg-sync
tag: "0.0.0-1-NOD-690-config-cache-nodo-cfg-sync-implementazione-microservizio"
tag: "0.0.0-2-NOD-690-config-cache-nodo-cfg-sync-implementazione-microservizio"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-node-cfg-sync
tag: "0.0.0-1-NOD-690-config-cache-nodo-cfg-sync-implementazione-microservizio"
tag: "0.0.0-2-NOD-690-config-cache-nodo-cfg-sync-implementazione-microservizio"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "cfg-sync",
"description": "Microservice to update configuration schema of Nodo dei Pagamenti",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.0.0-1-NOD-690-config-cache-nodo-cfg-sync-implementazione-microservizio"
"version": "0.0.0-2-NOD-690-config-cache-nodo-cfg-sync-implementazione-microservizio"
},
"servers": [
{
Expand Down
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.node</groupId>
<artifactId>cfg-sync</artifactId>
<version>0.0.0-1-NOD-690-config-cache-nodo-cfg-sync-implementazione-microservizio</version>
<version>0.0.0-2-NOD-690-config-cache-nodo-cfg-sync-implementazione-microservizio</version>
<description>Microservice to update configuration schema of Nodo dei Pagamenti</description>

<properties>
Expand Down

0 comments on commit be0e929

Please sign in to comment.