Enable replicas patch and deployment/service resources in cross-section and control-interface app kustomizations

This commit is contained in:
emelinda 2026-04-13 12:22:30 +03:00
parent c4044fb28b
commit fb98f21c46
3 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -4,5 +4,5 @@ kind: Kustomization
namespace: cross-section
resources:
- namespace.yaml
# - deployment.yaml
# - service.yaml
- deployment.yaml
- service.yaml

View File

@ -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