Initial commit
This commit is contained in:
26
deploy/helm/mcp-server/values-test.yaml
Normal file
26
deploy/helm/mcp-server/values-test.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
# test 환경. 운영계에 앞서 중요 등급의 가용성 설정을 검증하는 단계다.
|
||||
#
|
||||
# 중요 등급을 prod와 같은 방식(replica 2 + PDB)으로 먼저 검증하는 자리다.
|
||||
# 여기서 확인하지 않으면 prod 배포 때 처음 겪게 된다.
|
||||
#
|
||||
# 어느 배포를 설치할지는 이 파일이 정하지 않는다. --set deploymentKey=<key>로 고른다.
|
||||
# TODO: namespace가 확정되면 agentBuilderNamespace를 교체한다.
|
||||
|
||||
global:
|
||||
env: test
|
||||
agentBuilderNamespace: ax-hub-agentbuilder-test
|
||||
mcpHost: mcp-test.apps.example.internal
|
||||
|
||||
route:
|
||||
# TODO: Agent Builder의 실제 고정 egress CIDR로 교체한다.
|
||||
sourceAllowlist: 192.0.2.0/24
|
||||
|
||||
tiers:
|
||||
critical:
|
||||
replicas: 2
|
||||
podDisruptionBudget: true
|
||||
spreadAcrossNodes: true
|
||||
standard:
|
||||
replicas: 1
|
||||
podDisruptionBudget: false
|
||||
spreadAcrossNodes: false
|
||||
Reference in New Issue
Block a user