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

21 lines
383 B
YAML

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