Enable replicas patch and deployment/service resources in cross-section and control-interface app kustomizations
This commit is contained in:
parent
c4044fb28b
commit
fb98f21c46
@ -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
|
||||
|
||||
@ -4,5 +4,5 @@ kind: Kustomization
|
||||
namespace: cross-section
|
||||
resources:
|
||||
- namespace.yaml
|
||||
# - deployment.yaml
|
||||
# - service.yaml
|
||||
- deployment.yaml
|
||||
- service.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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user