Skip to content

Commit

Permalink
Fix location of the new infrastructure/kubernetes-monitoring play (#393)
Browse files Browse the repository at this point in the history
Related to 6be91a9

Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt committed Mar 19, 2024
1 parent 6be91a9 commit b2c563e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
28 changes: 0 additions & 28 deletions playbooks/infrastructure-kubernetes-monitoring.yml

This file was deleted.

1 change: 1 addition & 0 deletions playbooks/infrastructure-kubernetes-monitoring.yml
28 changes: 28 additions & 0 deletions playbooks/infrastructure/kubernetes-monitoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
- name: Apply kubernetes monitoring role
hosts: localhost
connection: local

tasks:
- name: Deploy kubernetes-monitoring helm chart
kubernetes.core.helm:
release_name: kubernetes-monitoring
chart_ref: dnationcloud/dnation-kubernetes-monitoring-stack
release_namespace: kubernetes-monitoring
create_namespace: true
wait: true
values:
# Disable loki, promtail, and related dashboards
loki:
enabled: false
promtail:
enabled: false
dnation-kubernetes-monitoring:
grafanaDashboards:
isLoki: false
# Reconfigure node exporter default port
kube-prometheus-stack:
prometheus-node-exporter:
service:
port: 9111
targetPort: 9111

0 comments on commit b2c563e

Please sign in to comment.