From fb98f21c46e77d012a0ba012cf6cb1873f69f14d Mon Sep 17 00:00:00 2001 From: emelinda Date: Mon, 13 Apr 2026 12:22:30 +0300 Subject: [PATCH] Enable replicas patch and deployment/service resources in cross-section and control-interface app kustomizations --- apps/control-interface/yc-k8s-test/kustomization.yaml | 10 +++++----- apps/cross-section/base/kustomization.yaml | 4 ++-- apps/cross-section/yc-k8s-test/kustomization.yaml | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/control-interface/yc-k8s-test/kustomization.yaml b/apps/control-interface/yc-k8s-test/kustomization.yaml index 945464d..5c65d7e 100644 --- a/apps/control-interface/yc-k8s-test/kustomization.yaml +++ b/apps/control-interface/yc-k8s-test/kustomization.yaml @@ -3,8 +3,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../base -patches: [] -# - path: replicas.yaml -# target: -# kind: Deployment -# name: srx-admin +patches: + - path: replicas.yaml + target: + kind: Deployment + name: srx-admin diff --git a/apps/cross-section/base/kustomization.yaml b/apps/cross-section/base/kustomization.yaml index 44a7415..eabd449 100644 --- a/apps/cross-section/base/kustomization.yaml +++ b/apps/cross-section/base/kustomization.yaml @@ -4,5 +4,5 @@ kind: Kustomization namespace: cross-section resources: - namespace.yaml -# - deployment.yaml -# - service.yaml + - deployment.yaml + - service.yaml diff --git a/apps/cross-section/yc-k8s-test/kustomization.yaml b/apps/cross-section/yc-k8s-test/kustomization.yaml index 8ff84ff..141572c 100644 --- a/apps/cross-section/yc-k8s-test/kustomization.yaml +++ b/apps/cross-section/yc-k8s-test/kustomization.yaml @@ -3,8 +3,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../base -patches: [] -# - path: replicas.yaml -# target: -# kind: Deployment -# name: cross-section-static +patches: + - path: replicas.yaml + target: + kind: Deployment + name: cross-section-static