Skip to content

Commit

Permalink
MSR: values for Prometheus Operator added
Browse files Browse the repository at this point in the history
  • Loading branch information
thr authored and thr committed Apr 16, 2024
1 parent 8558eed commit 7429fbb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions microservicesruntime/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,5 +332,21 @@ metering:
# Configure this property only if you use a truststore.
trustStorePassword:

# -- Define values for Prometheus Operator to scrap metrics via annotation or ServiceMonitor.
prometheus:
path: "/metrics"
port: "5555"
scheme: "http"
## -- Only used on annotation
scrape: "true"
## -- Only used on ServiceMonitor
interval: 10s
## -- Only used on ServiceMonitor
scrapeTimeout: 10s

# -- Create and enable ServiceMonitor. The default is `false`.
serviceMonitor:
enabled: false

# -- Import the content as license key and create a ConfigMap named by `licenseConfigMap` value. You can copy/past the content of your provided license key file here.
license: |

0 comments on commit 7429fbb

Please sign in to comment.