Skip to content

Commit

Permalink
Merge pull request #20 from pagopa/fix-helm
Browse files Browse the repository at this point in the history
NOD-680 Fix helm
  • Loading branch information
andrea-barchi authored Feb 2, 2024
2 parents 01effca + 93915b9 commit f5a8970
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
5 changes: 2 additions & 3 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ microservice-chart:
LOG_LEVEL: "INFO"
FDR_NODO_ENDPOINT: "https://api.dev.platform.pagopa.it/fdr-legacy/service-internal/v1"
FDR_ENDPOINT: "https://api.dev.platform.pagopa.it/fdr/service-internal/v1"
FDR_HISTORY_PUBLISH_TABLE_STORAGE_TABLE_NAME: "fdrpublish"
FDR_HISTORY_PAYMENT_PUBLISH_TABLE_STORAGE_TABLE_NAME: "fdrpaymentpublish"
envFieldRef:
APP_NAME: "metadata.labels['app.kubernetes.io/instance']"
APP_VERSION: "metadata.labels['app.kubernetes.io/version']"
Expand All @@ -33,9 +35,6 @@ microservice-chart:
envSecrets:
FDR_SUBSCRIPTION_KEY: "fdr-internal-product-subscription-key"
FDR_RE_TABLE_STORAGE_CONN_STRING: "fdr-re-sa-connection-string"
FDR_HISTORY_TABLE_STORAGE_CONN_STRING: "fdr-history-sa-table-storage-connection-string"
FDR_HISTORY_PUBLISH_TABLE_STORAGE_TABLE_NAME: "fdr-history-sa-table-storage-publish-table-name"
FDR_HISTORY_PAYMENT_PUBLISH_TABLE_STORAGE_TABLE_NAME: "fdr-history-sa-table-storage-payment-publish-table-name"
BLOB_HISTORY_CONNECTION_STRING: "fdr-history-sa-connection-string"
TABLE_HISTORY_CONNECTION_STRING: "fdr-history-sa-connection-string"
keyvault:
Expand Down
5 changes: 2 additions & 3 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ microservice-chart:
LOG_LEVEL: "INFO"
FDR_NODO_ENDPOINT: "https://api.platform.pagopa.it/fdr-legacy/service-internal/v1"
FDR_ENDPOINT: "https://api.platform.pagopa.it/fdr/service-internal/v1"
FDR_HISTORY_PUBLISH_TABLE_STORAGE_TABLE_NAME: "fdrpublish"
FDR_HISTORY_PAYMENT_PUBLISH_TABLE_STORAGE_TABLE_NAME: "fdrpaymentpublish"
envFieldRef:
APP_NAME: "metadata.labels['app.kubernetes.io/instance']"
APP_VERSION: "metadata.labels['app.kubernetes.io/version']"
Expand All @@ -33,9 +35,6 @@ microservice-chart:
envSecrets:
FDR_SUBSCRIPTION_KEY: "fdr-internal-product-subscription-key"
FDR_RE_TABLE_STORAGE_CONN_STRING: "fdr-re-sa-connection-string"
FDR_HISTORY_TABLE_STORAGE_CONN_STRING: "fdr-history-sa-table-storage-connection-string"
FDR_HISTORY_PUBLISH_TABLE_STORAGE_TABLE_NAME: "fdr-history-sa-table-storage-publish-table-name"
FDR_HISTORY_PAYMENT_PUBLISH_TABLE_STORAGE_TABLE_NAME: "fdr-history-sa-table-storage-payment-publish-table-name"
BLOB_HISTORY_CONNECTION_STRING: "fdr-history-sa-connection-string"
TABLE_HISTORY_CONNECTION_STRING: "fdr-history-sa-connection-string"
keyvault:
Expand Down
6 changes: 2 additions & 4 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,16 @@ microservice-chart:
LOG_LEVEL: "INFO"
FDR_NODO_ENDPOINT: "https://api.uat.platform.pagopa.it/fdr-legacy/service-internal/v1"
FDR_ENDPOINT: "https://api.uat.platform.pagopa.it/fdr/service-internal/v1"
FDR_HISTORY_PUBLISH_TABLE_STORAGE_TABLE_NAME: "fdrpublish"
FDR_HISTORY_PAYMENT_PUBLISH_TABLE_STORAGE_TABLE_NAME: "fdrpaymentpublish"
envFieldRef:
APP_NAME: "metadata.labels['app.kubernetes.io/instance']"
APP_VERSION: "metadata.labels['app.kubernetes.io/version']"
secretProvider:
create: true
envSecrets:
FDR_SUBSCRIPTION_KEY: "fdr-internal-product-subscription-key"
FDR_RE_COSMOS_CONNECTION_STRING: "mongodb-re-connection-string"
FDR_RE_TABLE_STORAGE_CONN_STRING: "fdr-re-sa-connection-string"
FDR_HISTORY_TABLE_STORAGE_CONN_STRING: "fdr-history-sa-table-storage-connection-string"
FDR_HISTORY_PUBLISH_TABLE_STORAGE_TABLE_NAME: "fdr-history-sa-table-storage-publish-table-name"
FDR_HISTORY_PAYMENT_PUBLISH_TABLE_STORAGE_TABLE_NAME: "fdr-history-sa-table-storage-payment-publish-table-name"
BLOB_HISTORY_CONNECTION_STRING: "fdr-history-sa-connection-string"
TABLE_HISTORY_CONNECTION_STRING: "fdr-history-sa-connection-string"
keyvault:
Expand Down

0 comments on commit f5a8970

Please sign in to comment.