mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
fix: Fix serviceMonitor default service reference (#73)
This commit is contained in:
parent
ae4233c77f
commit
b6b5c6bf4a
11 changed files with 29 additions and 29 deletions
|
@ -342,7 +342,7 @@ serviceMonitor:
|
|||
selector: {}
|
||||
|
||||
# -- Configures the target Service for the serviceMonitor. Helm templates can be used.
|
||||
serviceName: main
|
||||
serviceName: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}'
|
||||
|
||||
# -- Configures the endpoints for the serviceMonitor.
|
||||
# @default -- See values.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue