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
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../base
|
- ../base
|
||||||
patches: []
|
patches:
|
||||||
# - path: replicas.yaml
|
- path: replicas.yaml
|
||||||
# target:
|
target:
|
||||||
# kind: Deployment
|
kind: Deployment
|
||||||
# name: srx-admin
|
name: srx-admin
|
||||||
|
|||||||
@ -4,5 +4,5 @@ kind: Kustomization
|
|||||||
namespace: cross-section
|
namespace: cross-section
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
# - deployment.yaml
|
- deployment.yaml
|
||||||
# - service.yaml
|
- service.yaml
|
||||||
|
|||||||
@ -3,8 +3,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../base
|
- ../base
|
||||||
patches: []
|
patches:
|
||||||
# - path: replicas.yaml
|
- path: replicas.yaml
|
||||||
# target:
|
target:
|
||||||
# kind: Deployment
|
kind: Deployment
|
||||||
# name: cross-section-static
|
name: cross-section-static
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user