Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Sep 12, 2023
1 parent 1309cd4 commit a32edf8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ microservice-chart:
periodSeconds: 10
deployment:
create: true
serviceMonitor:
create: true
endpoints:
- interval: 10s #jmx-exporter
targetPort: 12345
path: /metrics
ports:
- 80 #http
- 12345 #jmx-exporter
service:
create: true
type: ClusterIP
Expand Down Expand Up @@ -101,6 +110,9 @@ microservice-chart:
OTEL_EXPORTER_OTLP_ENDPOINT: "http://otel-collector.elastic-system.svc:4317"
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']"
envSecret:
SPRING_DATASOURCE_PASSWORD: 'oracle-db-cfg-password'
keyvault:
Expand Down

0 comments on commit a32edf8

Please sign in to comment.