Skip to content

Commit 3dcbfd3

Browse files
committed
chore: use updated logging role
1 parent 60443e2 commit 3dcbfd3

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

deploy_monitoring.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
roles:
77
- name: ingress-controller
88
tags: ingress-controller
9-
- name: metal-roles/control-plane/roles/logging
10-
tags: logging
119
- name: metal-roles/control-plane/roles/monitoring
1210
tags: monitoring
11+
- name: metal-roles/control-plane/roles/logging
12+
tags: logging

inventories/group_vars/control_plane/logging.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
logging_ingress_enabled: false
3+
logging_ingress_loki_basic_auth_password: thisissecure789
34
logging_ingress_dns: "loki.{{ metal_control_plane_ingress_dns }}"
45

56
logging_alloy_enabled: true
@@ -22,4 +23,6 @@ logging_httproute_parent_refs:
2223
namespace: "{{ metal_control_plane_namespace }}"
2324
sectionName: http
2425

25-
logging_ingress_loki_basic_auth_password: thisissecure789
26+
logging_loki_monitoring_enabled: true
27+
28+
logging_loki_log_level: info

0 commit comments

Comments
 (0)