Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nod 742 cache memory #46

Merged
merged 6 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pagopa-api-cache-chart
description: Microservice that handles calculation for pagoPA Advanced Fees Management
type: application
version: 0.34.0
version: 0.36.0
dependencies:
- name: microservice-chart
version: 3.0.0
Expand Down Expand Up @@ -40,4 +40,4 @@ dependencies:
version: 2.3.0
repository: "https://pagopa.github.io/aks-cron-chart-blueprint"
alias: refresh-oprod
appVersion: 0.8.11
appVersion: 0.8.11-2-NOD-742_cache_memory
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ microservice-chart: &microservice-chart
namespace: "apiconfig"
image:
repository: ghcr.io/pagopa/pagopa-api-config-cache
tag: 0.8.11
tag: 0.8.11-2-NOD-742_cache_memory
canaryDelivery:
deployment:
image:
Expand Down
10 changes: 9 additions & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ microservice-chart: &microservice-chart
namespace: "apiconfig"
image:
repository: ghcr.io/pagopa/pagopa-api-config-cache
tag: 0.8.11
tag: 0.8.11-2-NOD-742_cache_memory
canaryDelivery:
deployment:
image:
Expand Down Expand Up @@ -114,6 +114,10 @@ oracle:
envSecrets:
!!merge <<: *envSecret
DB_CONFIG_PASSWORD: "oracle-db-cfg-password"
oracledev:
enabled: false
oracleprod:
enabled: false
refresh-odev:
enabled: false
refresh-oprod:
Expand Down Expand Up @@ -236,3 +240,7 @@ refresh-o:
app.kubernetes.io/instance: "cache"
namespaces: ["apiconfig"]
topologyKey: topology.kubernetes.io/zone
refresh-odev:
enabled: false
refresh-oprod:
enabled: false
10 changes: 7 additions & 3 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ microservice-chart: &microservice-chart
namespace: "apiconfig"
image:
repository: ghcr.io/pagopa/pagopa-api-config-cache
tag: 0.8.11
tag: 0.8.11-2-NOD-742_cache_memory
canaryDelivery:
deployment:
image:
Expand Down Expand Up @@ -103,9 +103,9 @@ oracle:
envSecrets:
!!merge <<: *envSecret
DB_CONFIG_PASSWORD: "oracle-db-cfg-password-tmp"
refresh-odev:
oracledev:
enabled: false
refresh-oprod:
oracleprod:
enabled: false
refresh-p:
namespace: "apiconfig"
Expand Down Expand Up @@ -189,3 +189,7 @@ refresh-o:
operator: In
values:
- user
refresh-odev:
enabled: false
refresh-oprod:
enabled: false
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": "API-Config Cache ${service}",
"description": "Generate cache for various microservices",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.8.11"
"version": "0.8.11-2-NOD-742_cache_memory"
},
"servers": [
{
Expand Down
38 changes: 19 additions & 19 deletions openapi/openapi_fdrv1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "API-Config Cache ${service}",
"description": "Generate cache for various microservices",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.8.11"
"version": "0.8.11-2-NOD-742_cache_memory"
},
"servers": [
{
Expand Down Expand Up @@ -50,9 +50,6 @@
}
],
"responses": {
"401": {
"description": "Unauthorized"
},
"400": {
"description": "Bad Request",
"content": {
Expand All @@ -73,8 +70,8 @@
}
}
},
"403": {
"description": "Forbidden"
"401": {
"description": "Unauthorized"
},
"200": {
"description": "OK",
Expand All @@ -86,6 +83,9 @@
}
}
},
"403": {
"description": "Forbidden"
},
"429": {
"description": "Too many requests"
}
Expand All @@ -105,19 +105,6 @@
"summary": "Get last v1 {stakeholder} cache version",
"operationId": "idV1",
"responses": {
"401": {
"description": "Unauthorized"
},
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CacheVersion"
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
Expand All @@ -138,6 +125,9 @@
}
}
},
"401": {
"description": "Unauthorized"
},
"403": {
"description": "Forbidden"
},
Expand All @@ -146,6 +136,16 @@
},
"429": {
"description": "Too many requests"
},
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CacheVersion"
}
}
}
}
},
"security": [
Expand Down
38 changes: 19 additions & 19 deletions openapi/openapi_nodev1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "API-Config Cache ${service}",
"description": "Generate cache for various microservices",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.8.11"
"version": "0.8.11-2-NOD-742_cache_memory"
},
"servers": [
{
Expand Down Expand Up @@ -50,9 +50,6 @@
}
],
"responses": {
"401": {
"description": "Unauthorized"
},
"400": {
"description": "Bad Request",
"content": {
Expand All @@ -73,8 +70,8 @@
}
}
},
"403": {
"description": "Forbidden"
"401": {
"description": "Unauthorized"
},
"200": {
"description": "OK",
Expand All @@ -86,6 +83,9 @@
}
}
},
"403": {
"description": "Forbidden"
},
"429": {
"description": "Too many requests"
}
Expand All @@ -105,19 +105,6 @@
"summary": "Get last v1 {stakeholder} cache version",
"operationId": "idV1",
"responses": {
"401": {
"description": "Unauthorized"
},
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CacheVersion"
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
Expand All @@ -138,6 +125,9 @@
}
}
},
"401": {
"description": "Unauthorized"
},
"403": {
"description": "Forbidden"
},
Expand All @@ -146,6 +136,16 @@
},
"429": {
"description": "Too many requests"
},
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CacheVersion"
}
}
}
}
},
"security": [
Expand Down
38 changes: 19 additions & 19 deletions openapi/openapi_standinv1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "API-Config Cache ${service}",
"description": "Generate cache for various microservices",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.8.11"
"version": "0.8.11-2-NOD-742_cache_memory"
},
"servers": [
{
Expand Down Expand Up @@ -50,9 +50,6 @@
}
],
"responses": {
"401": {
"description": "Unauthorized"
},
"400": {
"description": "Bad Request",
"content": {
Expand All @@ -73,8 +70,8 @@
}
}
},
"403": {
"description": "Forbidden"
"401": {
"description": "Unauthorized"
},
"200": {
"description": "OK",
Expand All @@ -86,6 +83,9 @@
}
}
},
"403": {
"description": "Forbidden"
},
"429": {
"description": "Too many requests"
}
Expand All @@ -105,19 +105,6 @@
"summary": "Get last v1 {stakeholder} cache version",
"operationId": "idV1",
"responses": {
"401": {
"description": "Unauthorized"
},
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CacheVersion"
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
Expand All @@ -138,6 +125,9 @@
}
}
},
"401": {
"description": "Unauthorized"
},
"403": {
"description": "Forbidden"
},
Expand All @@ -146,6 +136,16 @@
},
"429": {
"description": "Too many requests"
},
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CacheVersion"
}
}
}
}
},
"security": [
Expand Down
Loading