diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 782c626..40dd9d3 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -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']" @@ -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: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 8e32c93..7f74041 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -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']" @@ -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: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index bd300ea..3fb283c 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -25,6 +25,8 @@ 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']" @@ -32,11 +34,7 @@ microservice-chart: 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: