mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 08:06:24 +00:00
Jenkins 파이프라인 가이드 업데이트 - podTemplate 최적화, Kustomize 설치 개선, patch 방법 변경 반영
This commit is contained in:
parent
8c8f40a00e
commit
7fb0f0fc2c
@ -6,14 +6,32 @@ namespace: phonebill-dev
|
||||
resources:
|
||||
- ../../base
|
||||
|
||||
patchesStrategicMerge:
|
||||
- configmap-common-patch.yaml
|
||||
- deployment-patch.yaml
|
||||
- ingress-patch.yaml
|
||||
- secret-common-patch.yaml
|
||||
- secret-user-service-patch.yaml
|
||||
- secret-bill-service-patch.yaml
|
||||
- secret-product-service-patch.yaml
|
||||
patches:
|
||||
- path: configmap-common-patch.yaml
|
||||
target:
|
||||
kind: ConfigMap
|
||||
name: cm-common
|
||||
- path: deployment-patch.yaml
|
||||
- path: ingress-patch.yaml
|
||||
target:
|
||||
kind: Ingress
|
||||
name: phonebill-ingress
|
||||
- path: secret-common-patch.yaml
|
||||
target:
|
||||
kind: Secret
|
||||
name: secret-common
|
||||
- path: secret-user-service-patch.yaml
|
||||
target:
|
||||
kind: Secret
|
||||
name: secret-user-service
|
||||
- path: secret-bill-service-patch.yaml
|
||||
target:
|
||||
kind: Secret
|
||||
name: secret-bill-service
|
||||
- path: secret-product-service-patch.yaml
|
||||
target:
|
||||
kind: Secret
|
||||
name: secret-product-service
|
||||
|
||||
images:
|
||||
- name: acrdigitalgarage01.azurecr.io/phonebill/api-gateway
|
||||
|
||||
@ -6,14 +6,32 @@ namespace: phonebill-prod
|
||||
resources:
|
||||
- ../../base
|
||||
|
||||
patchesStrategicMerge:
|
||||
- configmap-common-patch.yaml
|
||||
- deployment-patch.yaml
|
||||
- ingress-patch.yaml
|
||||
- secret-common-patch.yaml
|
||||
- secret-user-service-patch.yaml
|
||||
- secret-bill-service-patch.yaml
|
||||
- secret-product-service-patch.yaml
|
||||
patches:
|
||||
- path: configmap-common-patch.yaml
|
||||
target:
|
||||
kind: ConfigMap
|
||||
name: cm-common
|
||||
- path: deployment-patch.yaml
|
||||
- path: ingress-patch.yaml
|
||||
target:
|
||||
kind: Ingress
|
||||
name: phonebill-ingress
|
||||
- path: secret-common-patch.yaml
|
||||
target:
|
||||
kind: Secret
|
||||
name: secret-common
|
||||
- path: secret-user-service-patch.yaml
|
||||
target:
|
||||
kind: Secret
|
||||
name: secret-user-service
|
||||
- path: secret-bill-service-patch.yaml
|
||||
target:
|
||||
kind: Secret
|
||||
name: secret-bill-service
|
||||
- path: secret-product-service-patch.yaml
|
||||
target:
|
||||
kind: Secret
|
||||
name: secret-product-service
|
||||
|
||||
images:
|
||||
- name: acrdigitalgarage01.azurecr.io/phonebill/api-gateway
|
||||
|
||||
@ -6,14 +6,32 @@ namespace: phonebill-staging
|
||||
resources:
|
||||
- ../../base
|
||||
|
||||
patchesStrategicMerge:
|
||||
- configmap-common-patch.yaml
|
||||
- deployment-patch.yaml
|
||||
- ingress-patch.yaml
|
||||
- secret-common-patch.yaml
|
||||
- secret-user-service-patch.yaml
|
||||
- secret-bill-service-patch.yaml
|
||||
- secret-product-service-patch.yaml
|
||||
patches:
|
||||
- path: configmap-common-patch.yaml
|
||||
target:
|
||||
kind: ConfigMap
|
||||
name: cm-common
|
||||
- path: deployment-patch.yaml
|
||||
- path: ingress-patch.yaml
|
||||
target:
|
||||
kind: Ingress
|
||||
name: phonebill-ingress
|
||||
- path: secret-common-patch.yaml
|
||||
target:
|
||||
kind: Secret
|
||||
name: secret-common
|
||||
- path: secret-user-service-patch.yaml
|
||||
target:
|
||||
kind: Secret
|
||||
name: secret-user-service
|
||||
- path: secret-bill-service-patch.yaml
|
||||
target:
|
||||
kind: Secret
|
||||
name: secret-bill-service
|
||||
- path: secret-product-service-patch.yaml
|
||||
target:
|
||||
kind: Secret
|
||||
name: secret-product-service
|
||||
|
||||
images:
|
||||
- name: acrdigitalgarage01.azurecr.io/phonebill/api-gateway
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user