Skip to content

Commit

Permalink
Merge pull request #7 from pagopa/fix-helm
Browse files Browse the repository at this point in the history
fix: Helm deploy
  • Loading branch information
pasqualespica authored Dec 10, 2024
2 parents ee20c34 + ebe4deb commit 5c671a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
9 changes: 4 additions & 5 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
microservice-chart:
namespace: "ebollo"
nameOverride: ""
fullnameOverride: "mbd-service"
fullnameOverride: "pagopa-mbd-service"
image:
repository: ghcr.io/pagopa/pagopa-mbd-service
tag: "1.0.0"
Expand Down Expand Up @@ -43,8 +43,8 @@ microservice-chart:
seccompProfile:
type: RuntimeDefault
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: false
allowPrivilegeEscalation: true
capabilities:
drop:
- all
Expand Down Expand Up @@ -76,12 +76,11 @@ microservice-chart:
DEMAND_PAYMENT_ENDPOINT: 'https://api.dev.platform.pagopa.it/nodo-auth/node-for-psp/v1'
CART_ENDPOINT: 'https://api.dev.platform.pagopa.it/checkout/carts-auth/v1/carts'
PAYMENT_RECEIPT_ENDPOINT: 'https://api.dev.platform.pagopa.it/gpd/payments-receipts-service/v1'
MBD_BASE_URL: 'https://api.platform.pagopa.it/mbd/mbd-payment/v1/'
MBD_BASE_URL: 'https://api.dev.platform.pagopa.it/mbd/mbd-payment/v1/'
MBD_ID_PSP: 'ABI50004'
MBD_ID_BROKER_PSP: '99999000011'
MBD_CHANNEL_ID: '99999000011_03'
ENV: "azure-dev"
OTEL_SERVICE_NAME: "pagopa-mbd-service"
ENV: 'azure-dev'
CORS_CONFIGURATION: '{"origins": ["*"], "methods": ["*"]}'
OTEL_SERVICE_NAME: "pagopa-mbd-service"
OTEL_RESOURCE_ATTRIBUTES: "deployment.environment=dev"
Expand Down
5 changes: 3 additions & 2 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
microservice-chart:
namespace: "ebollo"
nameOverride: ""
fullnameOverride: "mbd-service"
fullnameOverride: "pagopa-mbd-service"
image:
repository: ghcr.io/pagopa/pagopa-mbd-service
tag: "1.0.0"
Expand Down Expand Up @@ -43,8 +43,8 @@ microservice-chart:
seccompProfile:
type: RuntimeDefault
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: false
allowPrivilegeEscalation: true
capabilities:
drop:
- all
Expand Down Expand Up @@ -81,6 +81,7 @@ microservice-chart:
MBD_ID_BROKER_PSP: '99999000011'
MBD_CHANNEL_ID: '99999000011_03'
ENV: 'azure-prod'
CORS_CONFIGURATION: '{"origins": ["*"], "methods": ["*"]}'
OTEL_SERVICE_NAME: "pagopa-mbd-service"
OTEL_RESOURCE_ATTRIBUTES: "deployment.environment=prod"
OTEL_EXPORTER_OTLP_ENDPOINT: "http://otel-collector.elastic-system.svc:4317"
Expand Down
4 changes: 2 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
microservice-chart:
namespace: "ebollo"
nameOverride: ""
fullnameOverride: "mbd-service"
fullnameOverride: "pagopa-mbd-service"
image:
repository: ghcr.io/pagopa/pagopa-mbd-service
tag: "1.0.0"
Expand Down Expand Up @@ -80,6 +80,7 @@ microservice-chart:
MBD_ID_PSP: 'ABI50004'
MBD_ID_BROKER_PSP: '99999000011'
MBD_CHANNEL_ID: '99999000011_03'
ENV: 'azure-uat'
CORS_CONFIGURATION: '{"origins": ["*"], "methods": ["*"]}'
OTEL_SERVICE_NAME: "pagopa-mbd-service"
OTEL_RESOURCE_ATTRIBUTES: "deployment.environment=uat"
Expand All @@ -88,7 +89,6 @@ microservice-chart:
OTEL_METRICS_EXPORTER: otlp
OTEL_LOGS_EXPORTER: none
OTEL_TRACES_SAMPLER: "always_on"
ENV: 'azure-uat'
envSecret:
# required
APPLICATIONINSIGHTS_CONNECTION_STRING: 'app-insight-connection-string'
Expand Down

0 comments on commit 5c671a6

Please sign in to comment.