Files
portfolio/deploy/k8s/overlays/prod/kustomization.yaml
Mayne0213 822afb3215 CHORE(app): add ArgoCD SSL configuration
- Enable SSL for ArgoCD API
- Configure TLS settings
2025-11-25 12:30:24 +09:00

20 lines
362 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: portfolio
resources:
- ../../base
- resourcequota.yaml
commonLabels:
environment: production
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/portfolio
newTag: main-sha-4f895110ef62cc58495fc98f825d39ed42088d25
patchesStrategicMerge:
- deployment-patch.yaml