Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:pagopa/pagopa-stand-in-manager i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
aomegax committed Dec 19, 2023
2 parents 4ad217c + 5840121 commit e32a145
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 45 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-stand-in-manager
description: Microservice that handles Stand-In activation/deactivation process
type: application
version: 0.0.0
appVersion: 0.0.0
version: 0.1.0
appVersion: 0.0.0-1-develop
dependencies:
- name: microservice-chart
version: 3.0.0
Expand Down
21 changes: 8 additions & 13 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ microservice-chart:
namespace: "nodo"
image:
repository: ghcr.io/pagopa/pagopa-stand-in-manager
tag: "0.0.0"
tag: "0.0.0-1-develop"
pullPolicy: Always
livenessProbe:
httpGet:
Expand All @@ -29,9 +29,9 @@ microservice-chart:
create: false
serviceAccount:
create: false
annotations: { }
annotations: {}
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -62,7 +62,6 @@ microservice-chart:
APP_LOGGING_LEVEL: 'DEBUG'
DEFAULT_LOGGING_LEVEL: 'INFO'
CORS_CONFIGURATION: '{"origins": ["*"], "methods": ["*"]}'

SPRING_DATASOURCE_URL: "jdbc:postgresql://pagopa-d-weu-nodo-flexible-postgresql.postgres.database.azure.com:6432/nodo?prepareThreshold=0"
SPRING_DATASOURCE_USERNAME: "cfg"
API_CONFIG_CACHE_BASE_PATH: "https://api.dev.platform.pagopa.it/api-config-cache/p/v1"
Expand All @@ -71,15 +70,12 @@ microservice-chart:
DATAEXPLORER_DBNAME: "re"
COSMOS_ENDPOINT: "https://pagopa-d-weu-nodo-standin-cosmos-account.documents.azure.com:443/"
FORWARDER_URL: "https://api.dev.platform.pagopa.it/pagopa-node-forwarder/api/v1/forward"

AWS_REGION: "eu-south-1"

CONFIG_REFRESH_CRON: "0 * * * * *"
NODO_MONITOR_CRON: "0 * * * * *"
NODO_CALC_CRON: "30 * * * * *"
STATION_MONITOR_CRON: "15 * * * * *"
STATION_CALC_CRON: "45 * * * * *"

OTEL_SERVICE_NAME: "pagopa-stand-in-manager"
OTEL_RESOURCE_ATTRIBUTES: "deployment.environment=dev"
OTEL_EXPORTER_OTLP_ENDPOINT: "http://otel-collector.elastic-system.svc:4317"
Expand All @@ -100,8 +96,8 @@ microservice-chart:
keyvault:
name: "pagopa-d-name-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -112,7 +108,7 @@ microservice-chart:
values:
- user
canaryDelivery:
create: true
create: false
ingress:
create: true
canary:
Expand All @@ -128,6 +124,5 @@ microservice-chart:
repository: ghcr.io/pagopa/pagopa-stand-in-manager
tag: "0.0.0"
pullPolicy: Always
envConfig: { }
envSecret: { }

envConfig: {}
envSecret: {}
24 changes: 9 additions & 15 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ microservice-chart:
namespace: "nodo"
image:
repository: ghcr.io/pagopa/pagopa-stand-in-manager
tag: "0.0.0"
tag: "0.0.0-1-develop"
pullPolicy: Always
livenessProbe:
httpGet:
Expand All @@ -29,9 +29,9 @@ microservice-chart:
create: false
serviceAccount:
create: false
annotations: { }
annotations: {}
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -62,7 +62,6 @@ microservice-chart:
APP_LOGGING_LEVEL: 'DEBUG'
DEFAULT_LOGGING_LEVEL: 'INFO'
CORS_CONFIGURATION: '{"origins": ["*"], "methods": ["*"]}'

SPRING_DATASOURCE_URL: "jdbc:postgresql://pagopa-d-weu-nodo-flexible-postgresql.postgres.database.azure.com:6432/nodo?prepareThreshold=0"
SPRING_DATASOURCE_USERNAME: "cfg"
API_CONFIG_CACHE_BASE_PATH: "https://api.dev.platform.pagopa.it/api-config-cache/p/v1"
Expand All @@ -71,16 +70,12 @@ microservice-chart:
DATAEXPLORER_DBNAME: "re"
COSMOS_ENDPOINT: "https://pagopa-d-weu-nodo-standin-cosmos-account.documents.azure.com:443/"
FORWARDER_URL: "https://api.dev.platform.pagopa.it/pagopa-node-forwarder/api/v1/forward"

AWS_REGION: "eu-south-1"

CONFIG_REFRESH_CRON: "0 * * * * *"
NODO_MONITOR_CRON: "0 * * * * *"
NODO_CALC_CRON: "30 * * * * *"
STATION_MONITOR_CRON: "15 * * * * *"
STATION_CALC_CRON: "45 * * * * *"


OTEL_SERVICE_NAME: "pagopa-stand-in-manager"
OTEL_RESOURCE_ATTRIBUTES: "deployment.environment=dev"
OTEL_EXPORTER_OTLP_ENDPOINT: "http://otel-collector.elastic-system.svc:4317"
Expand All @@ -102,8 +97,8 @@ microservice-chart:
keyvault:
name: "pagopa-p-name-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -120,10 +115,10 @@ microservice-chart:
labelSelector:
matchLabels:
app.kubernetes.io/instance: "standinmanager"
namespaces: [ "nodo" ]
namespaces: ["nodo"]
topologyKey: topology.kubernetes.io/zone
canaryDelivery:
create: true
create: false
ingress:
create: true
canary:
Expand All @@ -139,6 +134,5 @@ microservice-chart:
repository: ghcr.io/pagopa/pagopa-stand-in-manager
tag: "0.0.0"
pullPolicy: Always
envConfig: { }
envSecret: { }

envConfig: {}
envSecret: {}
22 changes: 8 additions & 14 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ microservice-chart:
namespace: "nodo"
image:
repository: ghcr.io/pagopa/pagopa-stand-in-manager
tag: "0.0.0"
tag: "0.0.0-1-develop"
pullPolicy: Always
livenessProbe:
httpGet:
Expand All @@ -29,9 +29,9 @@ microservice-chart:
create: false
serviceAccount:
create: false
annotations: { }
annotations: {}
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -62,7 +62,6 @@ microservice-chart:
APP_LOGGING_LEVEL: 'DEBUG'
DEFAULT_LOGGING_LEVEL: 'INFO'
CORS_CONFIGURATION: '{"origins": ["*"], "methods": ["*"]}'

SPRING_DATASOURCE_URL: "jdbc:postgresql://pagopa-d-weu-nodo-flexible-postgresql.postgres.database.azure.com:6432/nodo?prepareThreshold=0"
SPRING_DATASOURCE_USERNAME: "cfg"
API_CONFIG_CACHE_BASE_PATH: "https://api.dev.platform.pagopa.it/api-config-cache/p/v1"
Expand All @@ -71,16 +70,12 @@ microservice-chart:
DATAEXPLORER_DBNAME: "re"
COSMOS_ENDPOINT: "https://pagopa-d-weu-nodo-standin-cosmos-account.documents.azure.com:443/"
FORWARDER_URL: "https://api.dev.platform.pagopa.it/pagopa-node-forwarder/api/v1/forward"

AWS_REGION: "eu-south-1"

CONFIG_REFRESH_CRON: "0 * * * * *"
NODO_MONITOR_CRON: "0 * * * * *"
NODO_CALC_CRON: "30 * * * * *"
STATION_MONITOR_CRON: "15 * * * * *"
STATION_CALC_CRON: "45 * * * * *"


OTEL_SERVICE_NAME: "pagopa-stand-in-manager"
OTEL_RESOURCE_ATTRIBUTES: "deployment.environment=uat"
OTEL_EXPORTER_OTLP_ENDPOINT: "http://otel-collector.elastic-system.svc:4317"
Expand All @@ -102,8 +97,8 @@ microservice-chart:
keyvault:
name: "pagopa-u-name-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -114,7 +109,7 @@ microservice-chart:
values:
- user
canaryDelivery:
create: true
create: false
ingress:
create: true
canary:
Expand All @@ -130,6 +125,5 @@ microservice-chart:
repository: ghcr.io/pagopa/pagopa-stand-in-manager
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>stand-in-manager</artifactId>
<version>0.0.0</version>
<version>0.0.0-1-develop</version>
<description>Stand in Manager</description>

<properties>
Expand Down

0 comments on commit e32a145

Please sign in to comment.