Skip to content

Commit

Permalink
Merge pull request #39 from pagopa/PAGOPA-1211-migrazione-gha-pagopa-…
Browse files Browse the repository at this point in the history
…spontaneous-payments-testing-flows

Pagopa 1211 migrazione gha pagopa spontaneous payments testing flows
  • Loading branch information
FedericoRuzzier committed Sep 14, 2023
2 parents c3bb5ba + fdbe820 commit ab16353
Show file tree
Hide file tree
Showing 18 changed files with 28 additions and 312 deletions.
60 changes: 0 additions & 60 deletions .devops/code-review-pipelines.yml

This file was deleted.

223 changes: 0 additions & 223 deletions .devops/deploy-pipelines.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/deploy_with_github_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
container_app_environment_name: ${{ vars.CONTAINER_APP_ENVIRONMENT_NAME }}
resource_group_name: ${{ vars.CONTAINER_APP_ENVIRONMENT_RESOURCE_GROUP_NAME }} # RG of the runner
pat_token: ${{ secrets.BOT_TOKEN_GITHUB }}
self_hosted_runner_image_tag: "v1.4.1"

deploy:
needs: [ create_runner ]
Expand Down
6 changes: 3 additions & 3 deletions helm/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: microservice-chart
repository: https://pagopa.github.io/aks-microservice-chart-blueprint
version: 1.21.0
digest: sha256:e3deccb7ac0b5d85af0c726f28316ebe7a3795cbf54522330c33474b0bae309a
generated: "2022-10-07T11:12:09.286079+02:00"
version: 2.3.1
digest: sha256:92b42c64847373faa6bf054181be2d7ee61e8b6b6d6a5552bf1479691aa95df3
generated: "2023-09-13T16:06:30.289747+02:00"
6 changes: 3 additions & 3 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: pagopa-spontaneous-payments
description: Microservice that handles spontaneous payments for pagoPA
type: application
version: 0.2.0
appVersion: 0.1.2
version: 0.4.0
appVersion: 0.1.1-3-PAGOPA-1211-migrazione-gha-pagopa-spontaneous-payments-testing-flows
dependencies:
- name: microservice-chart
version: 1.21.0
version: 2.3.1
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
4 changes: 2 additions & 2 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ microservice-chart:
nameOverride: ""
fullnameOverride: ""
image:
repository: pagopadcommonacr.azurecr.io/pagopaspontaneouspayments
tag: "0.1.2" #improve
repository: ghcr.io/pagopa/pagopa-spontaneous-payments
tag: "0.1.1-3-PAGOPA-1211-migrazione-gha-pagopa-spontaneous-payments-testing-flows" #improve
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ microservice-chart:
nameOverride: ""
fullnameOverride: ""
image:
repository: pagopapcommonacr.azurecr.io/pagopaspontaneouspayments
tag: "0.1.2" #improve
repository: ghcr.io/pagopa/pagopa-spontaneous-payments
tag: "0.1.1-3-PAGOPA-1211-migrazione-gha-pagopa-spontaneous-payments-testing-flows" #improve
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ microservice-chart:
nameOverride: ""
fullnameOverride: ""
image:
repository: pagopaucommonacr.azurecr.io/pagopaspontaneouspayments
tag: "0.1.2" #improve
repository: ghcr.io/pagopa/pagopa-spontaneous-payments
tag: "0.1.1-3-PAGOPA-1211-migrazione-gha-pagopa-spontaneous-payments-testing-flows" #improve
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
8 changes: 4 additions & 4 deletions infra/04_apim_api.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
locals {
repo_name = "TODO" # TODO add the name of the repository
repo_name = "pagopa-spontaneous-payments"

display_name = "TODO" # TODO
description = "TODO" # TODO
path = "TODO" # TODO add your base path
display_name = "pagopa-spontaneous-payments"
description = "App for handling the spontaneous payments"
path = "gps/spontaneous-payments-service/v1"

host = "api.${var.apim_dns_zone_prefix}.${var.external_domain}"
hostname = var.hostname
Expand Down
2 changes: 1 addition & 1 deletion infra/99_locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
apim = {
name = "${local.product}-apim"
rg = "${local.product}-api-rg"
product_id = "TODO" # TODO product id to import from pagopa-infra
product_id = "spontaneouspayments"
}
}

2 changes: 1 addition & 1 deletion infra/env/weu-dev/backend.tfvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource_group_name = "io-infra-rg"
storage_account_name = "pagopainfraterraformdev"
container_name = "azurermstate"
key = "<your-repo-name>.infra.tfstate" # TODO
key = "pagopa-spontaneous-payments.infra.tfstate"
4 changes: 2 additions & 2 deletions infra/env/weu-dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ tags = {
CreatedBy = "Terraform"
Environment = "Dev"
Owner = "pagoPA"
Source = "https://github.com/pagopa/your-repository" # TODO
Source = "https://github.com/pagopa/pagopa-spontaneous-payments"
CostCenter = "TS310 - PAGAMENTI & SERVIZI"
}

apim_dns_zone_prefix = "dev.platform"
external_domain = "pagopa.it"
hostname = "weudev.<domain>.internal.dev.platform.pagopa.it" # TODO
hostname = "weudev.gps.internal.dev.platform.pagopa.it"
2 changes: 1 addition & 1 deletion infra/env/weu-prod/backend.tfvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource_group_name = "io-infra-rg"
storage_account_name = "pagopainfraterraformprod"
container_name = "azurermstate"
key = "<your-repo-name>.infra.tfstate" # TODO
key = "pagopa-spontaneous-payments.infra.tfstate"
Loading

0 comments on commit ab16353

Please sign in to comment.