Skip to content

Commit

Permalink
feat(grafana-logging): Enable service monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
gracedo committed Aug 17, 2023
1 parent 0b88ae0 commit a232078
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions services/grafana-logging/6.58.6/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ data:
type: ClusterIP
port: 3000
serviceMonitor:
enabled: true
labels:
prometheus.kommander.d2iq.io/select: "true"
resources:
# keep request = limit to keep this container in guaranteed class
limits:
Expand Down
5 changes: 5 additions & 0 deletions services/project-grafana-logging/6.58.6/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ data:
type: ClusterIP
port: 3000
serviceMonitor:
enabled: true
labels:
prometheus.kommander.d2iq.io/select: "true"
resources:
# keep request = limit to keep this container in guaranteed class
limits:
Expand Down

0 comments on commit a232078

Please sign in to comment.