FEAT(config): add dev environment
- Add development environment configuration - Set resources to 70% of production
This commit is contained in:
20
deploy/k8s/overlays/dev/kustomization.yaml
Normal file
20
deploy/k8s/overlays/dev/kustomization.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: jovies-dev
|
||||
|
||||
resources:
|
||||
- ../../base
|
||||
- resourcequota.yaml
|
||||
- namespace.yaml
|
||||
|
||||
commonLabels:
|
||||
environment: development
|
||||
|
||||
# 이미지 태그 설정 (dev 브랜치 사용 시)
|
||||
images:
|
||||
- name: ghcr.io/mayne0213/jovies
|
||||
newTag: main-sha-69b3fc9deb45c82ac19120458829d940f1f7a498
|
||||
|
||||
patchesStrategicMerge:
|
||||
- deployment-patch.yaml
|
||||
Reference in New Issue
Block a user