feat: CDKTF | migrate nginx ingress to cdktf

This commit is contained in:
2025-07-15 12:18:47 +05:00
parent 8b191095b2
commit 4f15e8d65a
3 changed files with 35 additions and 10 deletions

View File

@@ -1,8 +1,6 @@
repositories:
- name: metallb
url: https://metallb.github.io/metallb
- name: ingress-nginx
url: https://kubernetes.github.io/ingress-nginx
- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts
---
@@ -13,14 +11,6 @@ releases:
chart: metallb/metallb
version: 0.14.8
# Ingress for local network
- name: ingress-nginx-internal
namespace: nginx-system
chart: ingress-nginx/ingress-nginx
version: 4.10.1
values:
- ./values/nginx-internal.values.yaml
# Prometheus Operator
- name: prometheus-operator
namespace: prometheus-system