From eb09fc14e6b330dedd26103c6cdab227c3fca693 Mon Sep 17 00:00:00 2001 From: emelinda Date: Wed, 15 Apr 2026 16:37:43 +0300 Subject: [PATCH] Uncomment PostgreSQL and backend resources in RFI kustomization files --- apps/rfi/base/kustomization.yaml | 4 ++-- apps/rfi/yc-k8s-test/kustomization.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/rfi/base/kustomization.yaml b/apps/rfi/base/kustomization.yaml index 8eec8ae..1b214bf 100644 --- a/apps/rfi/base/kustomization.yaml +++ b/apps/rfi/base/kustomization.yaml @@ -4,8 +4,8 @@ kind: Kustomization namespace: rfi resources: - namespace.yaml -# - backend-deployment.yaml + - backend-deployment.yaml # - celery-deployment.yaml - frontend-deployment.yaml -# - backend-service.yaml + - backend-service.yaml - frontend-service.yaml diff --git a/apps/rfi/yc-k8s-test/kustomization.yaml b/apps/rfi/yc-k8s-test/kustomization.yaml index 5ee3750..e601931 100644 --- a/apps/rfi/yc-k8s-test/kustomization.yaml +++ b/apps/rfi/yc-k8s-test/kustomization.yaml @@ -3,5 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../base -# - postgresql.yaml + - postgresql.yaml patches: []