mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 08:06:24 +00:00
Kustomize deployment-patch 오류 해결 - 각 Deployment별 target 명시로 패치 매칭 수정
This commit is contained in:
parent
6a00c5ece7
commit
1f06b0a307
@ -12,6 +12,25 @@ patches:
|
|||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
name: cm-common
|
name: cm-common
|
||||||
- path: deployment-patch.yaml
|
- path: deployment-patch.yaml
|
||||||
|
target:
|
||||||
|
kind: Deployment
|
||||||
|
name: api-gateway
|
||||||
|
- path: deployment-patch.yaml
|
||||||
|
target:
|
||||||
|
kind: Deployment
|
||||||
|
name: user-service
|
||||||
|
- path: deployment-patch.yaml
|
||||||
|
target:
|
||||||
|
kind: Deployment
|
||||||
|
name: bill-service
|
||||||
|
- path: deployment-patch.yaml
|
||||||
|
target:
|
||||||
|
kind: Deployment
|
||||||
|
name: product-service
|
||||||
|
- path: deployment-patch.yaml
|
||||||
|
target:
|
||||||
|
kind: Deployment
|
||||||
|
name: kos-mock
|
||||||
- path: ingress-patch.yaml
|
- path: ingress-patch.yaml
|
||||||
target:
|
target:
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
|
|||||||
@ -12,6 +12,25 @@ patches:
|
|||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
name: cm-common
|
name: cm-common
|
||||||
- path: deployment-patch.yaml
|
- path: deployment-patch.yaml
|
||||||
|
target:
|
||||||
|
kind: Deployment
|
||||||
|
name: api-gateway
|
||||||
|
- path: deployment-patch.yaml
|
||||||
|
target:
|
||||||
|
kind: Deployment
|
||||||
|
name: user-service
|
||||||
|
- path: deployment-patch.yaml
|
||||||
|
target:
|
||||||
|
kind: Deployment
|
||||||
|
name: bill-service
|
||||||
|
- path: deployment-patch.yaml
|
||||||
|
target:
|
||||||
|
kind: Deployment
|
||||||
|
name: product-service
|
||||||
|
- path: deployment-patch.yaml
|
||||||
|
target:
|
||||||
|
kind: Deployment
|
||||||
|
name: kos-mock
|
||||||
- path: ingress-patch.yaml
|
- path: ingress-patch.yaml
|
||||||
target:
|
target:
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
|
|||||||
@ -12,6 +12,25 @@ patches:
|
|||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
name: cm-common
|
name: cm-common
|
||||||
- path: deployment-patch.yaml
|
- path: deployment-patch.yaml
|
||||||
|
target:
|
||||||
|
kind: Deployment
|
||||||
|
name: api-gateway
|
||||||
|
- path: deployment-patch.yaml
|
||||||
|
target:
|
||||||
|
kind: Deployment
|
||||||
|
name: user-service
|
||||||
|
- path: deployment-patch.yaml
|
||||||
|
target:
|
||||||
|
kind: Deployment
|
||||||
|
name: bill-service
|
||||||
|
- path: deployment-patch.yaml
|
||||||
|
target:
|
||||||
|
kind: Deployment
|
||||||
|
name: product-service
|
||||||
|
- path: deployment-patch.yaml
|
||||||
|
target:
|
||||||
|
kind: Deployment
|
||||||
|
name: kos-mock
|
||||||
- path: ingress-patch.yaml
|
- path: ingress-patch.yaml
|
||||||
target:
|
target:
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user