Files
todo/deploy/k8s/overlays/dev/kustomization.yaml
Mayne0213 fb5db2b983 REFACTOR(app): remove CPU limit
- Remove CPU limits from deployment
- Prevent container throttling
2025-12-05 23:09:54 +09:00

21 lines
379 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: todo-dev
resources:
- ../../base
- resourcequota.yaml
- namespace.yaml
commonLabels:
environment: development
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/todo
newTag: develop-sha-041af0aed2d6b9120c7b26bc8c5cfea1e3ffa65c
patchesStrategicMerge:
- deployment-patch.yaml