- Change execute_host to execute_bash (run kubectl in container) - Return natural language instead of JSON in Information Query mode - Add command guide for storage/memory distinction - Improve to user-friendly response format
19 lines
386 B
YAML
19 lines
386 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: mas
|
|
|
|
resources:
|
|
- ../../base
|
|
- resourcequota.yaml
|
|
- externalsecret.yaml
|
|
|
|
commonLabels:
|
|
environment: production
|
|
|
|
# 이미지 태그 설정 (ArgoCD Image Updater가 자동으로 업데이트)
|
|
images:
|
|
- name: gitea0213.kro.kr/bluemayne/mas
|
|
newTag: main-sha-de29acaace047feffd9c49df79e7790b36aef91f
|
|
|