mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 08:06:24 +00:00
Kustomize Strategic Merge Patch 에러 수정
- Deployment 패치 파일의 따옴표 제거 (15개 파일) - 리소스 설정을 Kubernetes YAML 표준 형식으로 변경 - dev/staging/prod 환경별 패치 호환성 개선 - Strategic Merge Patch 충돌 문제 해결 수정 내용: - memory: "256Mi" → memory: 256Mi - cpu: "256m" → cpu: 256m - 모든 환경에서 kustomize 빌드 성공 검증 완료 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
725635fadd
commit
e72f7ac9f6
@ -10,8 +10,8 @@ spec:
|
|||||||
- name: api-gateway
|
- name: api-gateway
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "256Mi"
|
cpu: 256m
|
||||||
cpu: "256m"
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
cpu: 1024m
|
||||||
cpu: "1024m"
|
memory: 1024Mi
|
||||||
@ -10,8 +10,8 @@ spec:
|
|||||||
- name: bill-service
|
- name: bill-service
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "256Mi"
|
cpu: 256m
|
||||||
cpu: "256m"
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
cpu: 1024m
|
||||||
cpu: "1024m"
|
memory: 1024Mi
|
||||||
@ -10,8 +10,8 @@ spec:
|
|||||||
- name: kos-mock
|
- name: kos-mock
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "256Mi"
|
cpu: 256m
|
||||||
cpu: "256m"
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
cpu: 1024m
|
||||||
cpu: "1024m"
|
memory: 1024Mi
|
||||||
@ -10,8 +10,8 @@ spec:
|
|||||||
- name: product-service
|
- name: product-service
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "256Mi"
|
cpu: 256m
|
||||||
cpu: "256m"
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
cpu: 1024m
|
||||||
cpu: "1024m"
|
memory: 1024Mi
|
||||||
@ -10,8 +10,8 @@ spec:
|
|||||||
- name: user-service
|
- name: user-service
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "256Mi"
|
cpu: 256m
|
||||||
cpu: "256m"
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
cpu: 1024m
|
||||||
cpu: "1024m"
|
memory: 1024Mi
|
||||||
@ -11,11 +11,11 @@ spec:
|
|||||||
- name: api-gateway
|
- name: api-gateway
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "1024Mi"
|
memory: 1024Mi
|
||||||
cpu: "1024m"
|
cpu: 1024m
|
||||||
limits:
|
limits:
|
||||||
memory: "4096Mi"
|
memory: 4096Mi
|
||||||
cpu: "4096m"
|
cpu: 4096m
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /actuator/health
|
path: /actuator/health
|
||||||
|
|||||||
@ -11,11 +11,11 @@ spec:
|
|||||||
- name: bill-service
|
- name: bill-service
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "1024Mi"
|
memory: 1024Mi
|
||||||
cpu: "1024m"
|
cpu: 1024m
|
||||||
limits:
|
limits:
|
||||||
memory: "4096Mi"
|
memory: 4096Mi
|
||||||
cpu: "4096m"
|
cpu: 4096m
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /actuator/health
|
path: /actuator/health
|
||||||
|
|||||||
@ -11,11 +11,11 @@ spec:
|
|||||||
- name: kos-mock
|
- name: kos-mock
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "1024Mi"
|
memory: 1024Mi
|
||||||
cpu: "1024m"
|
cpu: 1024m
|
||||||
limits:
|
limits:
|
||||||
memory: "4096Mi"
|
memory: 4096Mi
|
||||||
cpu: "4096m"
|
cpu: 4096m
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /actuator/health
|
path: /actuator/health
|
||||||
|
|||||||
@ -11,11 +11,11 @@ spec:
|
|||||||
- name: product-service
|
- name: product-service
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "1024Mi"
|
memory: 1024Mi
|
||||||
cpu: "1024m"
|
cpu: 1024m
|
||||||
limits:
|
limits:
|
||||||
memory: "4096Mi"
|
memory: 4096Mi
|
||||||
cpu: "4096m"
|
cpu: 4096m
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /actuator/health
|
path: /actuator/health
|
||||||
|
|||||||
@ -11,11 +11,11 @@ spec:
|
|||||||
- name: user-service
|
- name: user-service
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "1024Mi"
|
memory: 1024Mi
|
||||||
cpu: "1024m"
|
cpu: 1024m
|
||||||
limits:
|
limits:
|
||||||
memory: "4096Mi"
|
memory: 4096Mi
|
||||||
cpu: "4096m"
|
cpu: 4096m
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /actuator/health
|
path: /actuator/health
|
||||||
|
|||||||
@ -10,8 +10,8 @@ spec:
|
|||||||
- name: api-gateway
|
- name: api-gateway
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "512Mi"
|
memory: 512Mi
|
||||||
cpu: "512m"
|
cpu: 512m
|
||||||
limits:
|
limits:
|
||||||
memory: "2048Mi"
|
memory: 2048Mi
|
||||||
cpu: "2048m"
|
cpu: 2048m
|
||||||
@ -10,8 +10,8 @@ spec:
|
|||||||
- name: bill-service
|
- name: bill-service
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "512Mi"
|
memory: 512Mi
|
||||||
cpu: "512m"
|
cpu: 512m
|
||||||
limits:
|
limits:
|
||||||
memory: "2048Mi"
|
memory: 2048Mi
|
||||||
cpu: "2048m"
|
cpu: 2048m
|
||||||
@ -10,8 +10,8 @@ spec:
|
|||||||
- name: kos-mock
|
- name: kos-mock
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "512Mi"
|
memory: 512Mi
|
||||||
cpu: "512m"
|
cpu: 512m
|
||||||
limits:
|
limits:
|
||||||
memory: "2048Mi"
|
memory: 2048Mi
|
||||||
cpu: "2048m"
|
cpu: 2048m
|
||||||
@ -10,8 +10,8 @@ spec:
|
|||||||
- name: product-service
|
- name: product-service
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "512Mi"
|
memory: 512Mi
|
||||||
cpu: "512m"
|
cpu: 512m
|
||||||
limits:
|
limits:
|
||||||
memory: "2048Mi"
|
memory: 2048Mi
|
||||||
cpu: "2048m"
|
cpu: 2048m
|
||||||
@ -10,8 +10,8 @@ spec:
|
|||||||
- name: user-service
|
- name: user-service
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "512Mi"
|
memory: 512Mi
|
||||||
cpu: "512m"
|
cpu: 512m
|
||||||
limits:
|
limits:
|
||||||
memory: "2048Mi"
|
memory: 2048Mi
|
||||||
cpu: "2048m"
|
cpu: 2048m
|
||||||
Loading…
x
Reference in New Issue
Block a user