Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aomegax committed Jan 8, 2024
1 parent 3a22380 commit e9375d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
1 change: 0 additions & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ appVersion: 0.0.1-26-fix_pom
dependencies:
- name: microservice-chart
version: 3.0.0
alias: standinmanager
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
22 changes: 11 additions & 11 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
standinmanager:
microservice-chart:
namespace: "nodo"
nameOverride: ""
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-stand-in-manager
tag: "0.0.1-26-fix_pom"
Expand All @@ -18,8 +20,6 @@ standinmanager:
initialDelaySeconds: 90
failureThreshold: 6
periodSeconds: 10
deployment:
create: true
service:
create: true
type: ClusterIP
Expand Down Expand Up @@ -87,11 +87,14 @@ standinmanager:
OTEL_METRICS_EXPORTER: otlp
OTEL_LOGS_EXPORTER: none
OTEL_TRACES_SAMPLER: "always_on"
envFieldRef:
APP_NAME: "metadata.labels['app.kubernetes.io/instance']"
APP_VERSION: "metadata.labels['app.kubernetes.io/version']"
secretProvider:
create: true
envSecret:
# required
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-d-connection-string'
APPLICATIONINSIGHTS_CONNECTION_STRING: "ai-d-connection-string"
OTEL_EXPORTER_OTLP_HEADERS: elastic-apm-secret-token
SPRING_DATASOURCE_PASSWORD: "db-cfg-password"
API_CONFIG_CACHE_API_KEY: "api-config-cache-subscription-key-string"
Expand All @@ -100,8 +103,10 @@ standinmanager:
COSMOS_KEY: cosmos-standin-account-key
FORWARDER_KEY: "node-forwarder-subscription-key-string"
keyvault:
name: "pagopa-d-name-kv"
name: "pagopa-d-nodo-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
tmpVolumeMount:
create: true
nodeSelector: {}
tolerations: []
affinity:
Expand All @@ -116,7 +121,7 @@ standinmanager:
canaryDelivery:
create: false
ingress:
create: true
create: false
canary:
type: header
headerName: X-Canary
Expand All @@ -132,8 +137,3 @@ standinmanager:
pullPolicy: Always
envConfig: {}
envSecret: {}
microservice-chart:
image:
tag: 0.0.1-26-fix_pom
canaryDelivery:
create: false

0 comments on commit e9375d0

Please sign in to comment.