mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-05 23:56:23 +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
|
||||
resources:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
cpu: "256m"
|
||||
cpu: 256m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
memory: "1024Mi"
|
||||
cpu: "1024m"
|
||||
cpu: 1024m
|
||||
memory: 1024Mi
|
||||
@ -10,8 +10,8 @@ spec:
|
||||
- name: bill-service
|
||||
resources:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
cpu: "256m"
|
||||
cpu: 256m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
memory: "1024Mi"
|
||||
cpu: "1024m"
|
||||
cpu: 1024m
|
||||
memory: 1024Mi
|
||||
@ -10,8 +10,8 @@ spec:
|
||||
- name: kos-mock
|
||||
resources:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
cpu: "256m"
|
||||
cpu: 256m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
memory: "1024Mi"
|
||||
cpu: "1024m"
|
||||
cpu: 1024m
|
||||
memory: 1024Mi
|
||||
@ -10,8 +10,8 @@ spec:
|
||||
- name: product-service
|
||||
resources:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
cpu: "256m"
|
||||
cpu: 256m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
memory: "1024Mi"
|
||||
cpu: "1024m"
|
||||
cpu: 1024m
|
||||
memory: 1024Mi
|
||||
@ -10,8 +10,8 @@ spec:
|
||||
- name: user-service
|
||||
resources:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
cpu: "256m"
|
||||
cpu: 256m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
memory: "1024Mi"
|
||||
cpu: "1024m"
|
||||
cpu: 1024m
|
||||
memory: 1024Mi
|
||||
@ -11,11 +11,11 @@ spec:
|
||||
- name: api-gateway
|
||||
resources:
|
||||
requests:
|
||||
memory: "1024Mi"
|
||||
cpu: "1024m"
|
||||
memory: 1024Mi
|
||||
cpu: 1024m
|
||||
limits:
|
||||
memory: "4096Mi"
|
||||
cpu: "4096m"
|
||||
memory: 4096Mi
|
||||
cpu: 4096m
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /actuator/health
|
||||
|
||||
@ -11,11 +11,11 @@ spec:
|
||||
- name: bill-service
|
||||
resources:
|
||||
requests:
|
||||
memory: "1024Mi"
|
||||
cpu: "1024m"
|
||||
memory: 1024Mi
|
||||
cpu: 1024m
|
||||
limits:
|
||||
memory: "4096Mi"
|
||||
cpu: "4096m"
|
||||
memory: 4096Mi
|
||||
cpu: 4096m
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /actuator/health
|
||||
|
||||
@ -11,11 +11,11 @@ spec:
|
||||
- name: kos-mock
|
||||
resources:
|
||||
requests:
|
||||
memory: "1024Mi"
|
||||
cpu: "1024m"
|
||||
memory: 1024Mi
|
||||
cpu: 1024m
|
||||
limits:
|
||||
memory: "4096Mi"
|
||||
cpu: "4096m"
|
||||
memory: 4096Mi
|
||||
cpu: 4096m
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /actuator/health
|
||||
|
||||
@ -11,11 +11,11 @@ spec:
|
||||
- name: product-service
|
||||
resources:
|
||||
requests:
|
||||
memory: "1024Mi"
|
||||
cpu: "1024m"
|
||||
memory: 1024Mi
|
||||
cpu: 1024m
|
||||
limits:
|
||||
memory: "4096Mi"
|
||||
cpu: "4096m"
|
||||
memory: 4096Mi
|
||||
cpu: 4096m
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /actuator/health
|
||||
|
||||
@ -11,11 +11,11 @@ spec:
|
||||
- name: user-service
|
||||
resources:
|
||||
requests:
|
||||
memory: "1024Mi"
|
||||
cpu: "1024m"
|
||||
memory: 1024Mi
|
||||
cpu: 1024m
|
||||
limits:
|
||||
memory: "4096Mi"
|
||||
cpu: "4096m"
|
||||
memory: 4096Mi
|
||||
cpu: 4096m
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /actuator/health
|
||||
|
||||
@ -10,8 +10,8 @@ spec:
|
||||
- name: api-gateway
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
cpu: "512m"
|
||||
memory: 512Mi
|
||||
cpu: 512m
|
||||
limits:
|
||||
memory: "2048Mi"
|
||||
cpu: "2048m"
|
||||
memory: 2048Mi
|
||||
cpu: 2048m
|
||||
@ -10,8 +10,8 @@ spec:
|
||||
- name: bill-service
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
cpu: "512m"
|
||||
memory: 512Mi
|
||||
cpu: 512m
|
||||
limits:
|
||||
memory: "2048Mi"
|
||||
cpu: "2048m"
|
||||
memory: 2048Mi
|
||||
cpu: 2048m
|
||||
@ -10,8 +10,8 @@ spec:
|
||||
- name: kos-mock
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
cpu: "512m"
|
||||
memory: 512Mi
|
||||
cpu: 512m
|
||||
limits:
|
||||
memory: "2048Mi"
|
||||
cpu: "2048m"
|
||||
memory: 2048Mi
|
||||
cpu: 2048m
|
||||
@ -10,8 +10,8 @@ spec:
|
||||
- name: product-service
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
cpu: "512m"
|
||||
memory: 512Mi
|
||||
cpu: 512m
|
||||
limits:
|
||||
memory: "2048Mi"
|
||||
cpu: "2048m"
|
||||
memory: 2048Mi
|
||||
cpu: 2048m
|
||||
@ -10,8 +10,8 @@ spec:
|
||||
- name: user-service
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
cpu: "512m"
|
||||
memory: 512Mi
|
||||
cpu: 512m
|
||||
limits:
|
||||
memory: "2048Mi"
|
||||
cpu: "2048m"
|
||||
memory: 2048Mi
|
||||
cpu: 2048m
|
||||
Loading…
x
Reference in New Issue
Block a user