Skip to content

Commit

Permalink
Merge pull request #6 from pagopa/PAGOPA-1399-infra-ingress
Browse files Browse the repository at this point in the history
cd: Update Ingress [PAGOPA-1399]
  • Loading branch information
cap-ang authored Jan 19, 2024
2 parents 1b3468a + 820ea1a commit 3e75b11
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 6 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-gpd-upload
description: Microservice that handles file upload of massive debt positions JSON object
type: application
version: 0.36.0
appVersion: 0.1.2-16-PAGOPA-1449
version: 0.30.0
appVersion: 0.1.2-10-PAGOPA-1399-infra-ingress
dependencies:
- name: microservice-chart
version: 2.8.0
Expand Down
8 changes: 7 additions & 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: ""
image:
repository: ghcr.io/pagopa/pagopa-gpd-upload
tag: "0.1.2-16-PAGOPA-1449"
tag: "0.1.2-10-PAGOPA-1399-infra-ingress"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -32,6 +32,8 @@ microservice-chart:
host: "weudev.gps.internal.dev.platform.pagopa.it"
path: /pagopa-gpd-upload/(.*)
servicePort: 8080
proxyBodySize: 5m
annotations: {nginx.ingress.kubernetes.io/proxy-read-timeout: '130'}
serviceAccount:
create: false
annotations: {}
Expand Down Expand Up @@ -102,6 +104,10 @@ microservice-chart:
create: false
ingress:
create: true
proxyBodySize: 5m
annotations: {
nginx.ingress.kubernetes.io/proxy-read-timeout: '130'
}
canary:
type: header
headerName: X-Canary
Expand Down
10 changes: 9 additions & 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/yourname # TODO
tag: "0.1.2-16-PAGOPA-1449"
tag: "0.1.2-10-PAGOPA-1399-infra-ingress"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -32,6 +32,10 @@ microservice-chart:
host: "your.host" # TODO: set the host
path: /your-path-here/(.*) # TODO: set your path
servicePort: 8080
proxyBodySize: 5m
annotations: {
nginx.ingress.kubernetes.io/proxy-read-timeout: '130'
}
serviceAccount:
create: false
annotations: {}
Expand Down Expand Up @@ -97,6 +101,10 @@ microservice-chart:
create: false
ingress:
create: true
proxyBodySize: 5m
annotations: {
nginx.ingress.kubernetes.io/proxy-read-timeout: '130'
}
canary:
type: header
headerName: X-Canary
Expand Down
10 changes: 9 additions & 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-gpd-upload
tag: "0.1.2-16-PAGOPA-1449"
tag: "0.1.2-10-PAGOPA-1399-infra-ingress"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -32,6 +32,10 @@ microservice-chart:
host: "weuuat.gps.internal.uat.platform.pagopa.it"
path: /pagopa-gpd-upload/(.*)
servicePort: 8080
proxyBodySize: 5m
annotations: {
nginx.ingress.kubernetes.io/proxy-read-timeout: '130'
}
serviceAccount:
create: false
annotations: {}
Expand Down Expand Up @@ -102,6 +106,10 @@ microservice-chart:
create: false
ingress:
create: true
proxyBodySize: 5m
annotations: {
nginx.ingress.kubernetes.io/proxy-read-timeout: '130'
}
canary:
type: header
headerName: X-Canary
Expand Down
1 change: 1 addition & 0 deletions openapi/openapi.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"openapi": "3.0.1",
"info": {
"version": "0.1.2-10-PAGOPA-1399-infra-ingress"
"title": "pagopa-gpd-upload",
"version": "0.1.2-16-PAGOPA-1449"
},
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>it.gov.pagopa.gpd.upload</groupId>
<artifactId>pagopa-gpd-upload</artifactId>
<version>0.1.2-16-PAGOPA-1449</version>
<version>0.1.2-10-PAGOPA-1399-infra-ingress</version>
<packaging>${packaging}</packaging>

<parent>
Expand Down

0 comments on commit 3e75b11

Please sign in to comment.