feat: CDKTF | migrate memcached to cdktf

This commit is contained in:
2025-07-15 12:12:40 +05:00
parent d8da2c3c05
commit 8b191095b2
4 changed files with 35 additions and 12 deletions

View File

@@ -3,8 +3,6 @@ repositories:
url: https://metallb.github.io/metallb
- name: ingress-nginx
url: https://kubernetes.github.io/ingress-nginx
- name: bitnami
url: https://charts.bitnami.com/bitnami
- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts
---
@@ -23,14 +21,6 @@ releases:
values:
- ./values/nginx-internal.values.yaml
# Memcached
- name: memcached
namespace: memcached-system
chart: bitnami/memcached
version: 7.4.16
values:
- ./values/memcached.values.yaml
# Prometheus Operator
- name: prometheus-operator
namespace: prometheus-system