Skip to content

Commit

Permalink
comment CRD ServiceMonitor values
Browse files Browse the repository at this point in the history
  • Loading branch information
thr authored and thr committed Jun 7, 2024
1 parent 9c68325 commit d6686bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apigateway/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -439,9 +439,10 @@ prometheus:
## -- Only used on ServiceMonitor
scrapeTimeout: 10s

# -- Create and enable ServiceMonitor. The default is `false`.
serviceMonitor:
# -- Create and enable CRD ServiceMonitor. The default is `false`.
enabled: false
# -- Set the monitored service which is connected by ServiceMonitor. Default (if not set) is the `rt` runtime service.
serviceName: ""

metering:
Expand Down

0 comments on commit d6686bc

Please sign in to comment.