Skip to content

Commit

Permalink
revert changes for demo env
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Glotov committed Jan 5, 2024
1 parent ae9c406 commit 065e87d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions terraform/layer2-k8s/helm-releases.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
releases:
- id: aws-load-balancer-controller
enabled: false
enabled: true
chart: aws-load-balancer-controller
repository: https://aws.github.io/eks-charts
chart_version: 1.5.1
Expand Down Expand Up @@ -30,7 +30,7 @@ releases:
chart_version:
namespace: elk
- id: external-dns
enabled: false
enabled: true
chart: external-dns
repository: https://kubernetes-sigs.github.io/external-dns
chart_version: 1.9.0
Expand All @@ -48,7 +48,7 @@ releases:
chart_version: 0.51.1
namespace: gitlab-runner
- id: ingress-nginx
enabled: false
enabled: true
chart: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
chart_version: 4.6.0
Expand Down Expand Up @@ -78,19 +78,19 @@ releases:
chart_version: 1.66.0
namespace: kiali
- id: kube-prometheus-stack
enabled: false
enabled: true
chart: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
chart_version: 45.11.0
namespace: monitoring
- id: loki-stack
enabled: false
enabled: true
chart: loki-stack
repository: https://grafana.github.io/helm-charts
chart_version: 2.9.10
namespace: loki
- id: reloader
enabled: false
enabled: true
chart: reloader
repository: https://stakater.github.io/stakater-charts
chart_version: 1.0.22
Expand Down
4 changes: 2 additions & 2 deletions terragrunt/demo/us-east-1/env.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name : "maddevs"
domain_name: "maddevs.org"
environment: "netpol"
environment: "demo"

az_count : 2
az_count : 3
allowed_ips:
- "0.0.0.0/0"

Expand Down

0 comments on commit 065e87d

Please sign in to comment.