Skip to content

Commit

Permalink
Merge pull request #71 from pagopa/PAGOPA-1829-prod-deploy
Browse files Browse the repository at this point in the history
chore: [PAGOPA-1829] Switch to PostgreSQL
  • Loading branch information
aomegax authored Jun 15, 2024
2 parents b1bc171 + 9ae36bb commit 49d37e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ postgresql:
DATABASE_ID: "p"
HEALTHCHECK_QUERY: "select 1"
SAVE_DB: "false"
SEND_EVENT: "false"
SEND_EVENT: "true"
secretProvider:
!!merge <<: *azureSecretProvider
envSecrets:
Expand Down Expand Up @@ -120,7 +120,7 @@ oracle:
IN_PROGRESS_TTL: "20"
HEALTHCHECK_QUERY: "select 1 from dual"
SAVE_DB: "false"
SEND_EVENT: "true"
SEND_EVENT: "false"
secretProvider:
!!merge <<: *azureSecretProvider
envSecrets:
Expand Down

0 comments on commit 49d37e0

Please sign in to comment.