Skip to content

Commit

Permalink
fix helm values
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini committed Apr 10, 2024
1 parent 535af12 commit da1ce7e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ microservice-chart:
servicePort: 8080
serviceAccount:
create: false
annotations: {}
annotations: { }
name: ""
podAnnotations: {}
podAnnotations: { }
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -67,7 +67,7 @@ microservice-chart:
# Required
type: Utilization # Allowed types are 'Utilization' or 'AverageValue'
value: "70"
fileConfig: {}
fileConfig: { }
envConfig:
APP_NAME: "gpd-payments-pull"
APP_ENVIRONMENT: "prod"
Expand All @@ -79,7 +79,7 @@ microservice-chart:
OTEL_LOGS_EXPORTER: none
OTEL_TRACES_SAMPLER: "always_on"
JAVA_TOOL_OPTIONS: "-javaagent:/deployments/jmx_prometheus_javaagent-0.19.0.jar=12345:/deployments/config.yaml -javaagent:/deployments/opentelemetry-javaagent.jar -javaagent:/deployments/applicationinsights-agent.jar"
GPD_DB_URL: "vertx-reactive:postgresql://pagopa-p-gpd-postgresql.postgres.database.azure.com:5432/apd?sslmode=require&tcpKeepAlive=true"
GPD_DB_URL: "vertx-reactive:postgresql://gpd-db.p.internal.postgresql.pagopa.it:6432/apd?sslmode=require&prepareThreshold=0"
envFieldRef:
envSecret:
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-p-connection-string'
Expand All @@ -89,8 +89,8 @@ microservice-chart:
keyvault:
name: "pagopa-p-gps-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: {}
tolerations: []
nodeSelector: { }
tolerations: [ ]
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -117,5 +117,5 @@ microservice-chart:
repository: ghcr.io/pagopa/pagopa-gpd-payments-pull
tag: "0.0.1"
pullPolicy: Always
envConfig: {}
envSecret: {}
envConfig: { }
envSecret: { }
16 changes: 8 additions & 8 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ microservice-chart:
servicePort: 8080
serviceAccount:
create: false
annotations: {}
annotations: { }
name: ""
podAnnotations: {}
podAnnotations: { }
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -67,7 +67,7 @@ microservice-chart:
# Required
type: Utilization # Allowed types are 'Utilization' or 'AverageValue'
value: "70"
fileConfig: {}
fileConfig: { }
envConfig:
APP_NAME: "gpd-payments-pull"
APP_ENVIRONMENT: "uat"
Expand All @@ -79,7 +79,7 @@ microservice-chart:
OTEL_LOGS_EXPORTER: none
OTEL_TRACES_SAMPLER: "always_on"
JAVA_TOOL_OPTIONS: "-javaagent:/deployments/jmx_prometheus_javaagent-0.19.0.jar=12345:/deployments/config.yaml -javaagent:/deployments/opentelemetry-javaagent.jar -javaagent:/deployments/applicationinsights-agent.jar"
GPD_DB_URL: "vertx-reactive:postgresql://pagopa-u-gpd-postgresql.postgres.database.azure.com:5432/apd?sslmode=require&tcpKeepAlive=true"
GPD_DB_URL: "vertx-reactive:postgresql://gpd-db.u.internal.postgresql.pagopa.it:6432/apd?sslmode=require&prepareThreshold=0&tcpKeepAlive=true"
envFieldRef:
envSecret:
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-u-connection-string'
Expand All @@ -89,8 +89,8 @@ microservice-chart:
keyvault:
name: "pagopa-u-gps-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: {}
tolerations: []
nodeSelector: { }
tolerations: [ ]
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -117,5 +117,5 @@ microservice-chart:
repository: ghcr.io/pagopa/pagopa-gpd-payments-pull
tag: "0.0.1"
pullPolicy: Always
envConfig: {}
envSecret: {}
envConfig: { }
envSecret: { }

0 comments on commit da1ce7e

Please sign in to comment.