REFACTOR(docs): detach services,ingress from docs
This commit is contained in:
@@ -2,15 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
# ArgoCD Application 리소스는 infrastructure/kustomization.yaml에서 관리
|
||||
# - argocd/homer.yaml
|
||||
|
||||
# Namespace with Goldilocks label
|
||||
- namespace.yaml
|
||||
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
- ingress.yaml
|
||||
|
||||
# ConfigMap 생성: config.yml만 포함 (assets는 InitContainer에서 Git에서 복사)
|
||||
configMapGenerator:
|
||||
- name: homer-config
|
||||
namespace: homer
|
||||
|
||||
Reference in New Issue
Block a user