Skip to content

Commit

Permalink
updated enabled applications in k8s-addons
Browse files Browse the repository at this point in the history
  • Loading branch information
kvvit committed Dec 26, 2024
1 parent 86c2034 commit 44d5707
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions terraform/modules/k8s-addons/eks-loki-stack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ locals {
loki_stack_values = <<VALUES
loki:
enabled: true
image:
repository: grafana/loki
tag: 2.9.11
rbac:
create: true
pspEnabled: false # Due to psp removed in k8s 1.25 and latest loki-stack chart doesn't maintain new PSP version
Expand Down
6 changes: 3 additions & 3 deletions terraform/modules/k8s-addons/helm-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@ releases:
chart_version: 67.3.1
namespace: monitoring
- id: loki-stack
enabled: false
enabled: true
chart: loki-stack
repository: https://grafana.github.io/helm-charts
chart_version: 2.10.2
namespace: loki
- id: reloader
enabled: false
enabled: true
chart: reloader
repository: https://stakater.github.io/stakater-charts
chart_version: 1.0.97
chart_version: 1.2.0
namespace: reloader
- id: victoria-metrics-k8s-stack
enabled: false
Expand Down

0 comments on commit 44d5707

Please sign in to comment.