-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use kube-prometheus-stack for monitoring with Prometheus
- Loading branch information
1 parent
7fe1e44
commit 99362e1
Showing
2 changed files
with
29 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
grafana: | ||
enabled: true | ||
adminPassword: tosta-mista-789 # TODO: Change password | ||
|
||
aditionalDataSources: | ||
- name: Loki | ||
type: loki | ||
# basicAuth: true | ||
# basicAuthUser: ni | ||
# basicAuthPassword: pass # TODO: Change password | ||
url: http://logging-loki-gateway.loki.svc.cluster.local | ||
isDefault: true |