refactor: route sub2api codex pool through target adapter
This commit is contained in:
@@ -47,6 +47,28 @@ targets:
|
||||
redisMode: local-ephemeral
|
||||
appReplicas: 0
|
||||
redisReplicas: 0
|
||||
codexPool:
|
||||
sentinelImageBuild:
|
||||
baseImageCachePolicy: pull
|
||||
noProxy:
|
||||
- localhost
|
||||
- 127.0.0.1
|
||||
- ::1
|
||||
- host.docker.internal
|
||||
- 74.48.78.17
|
||||
- 192.168.0.0/16
|
||||
- 10.0.0.0/8
|
||||
- 172.16.0.0/12
|
||||
- 10.42.0.0/16
|
||||
- 10.43.0.0/16
|
||||
- .svc
|
||||
- .svc.cluster.local
|
||||
- .cluster.local
|
||||
- kubernetes
|
||||
- kubernetes.default
|
||||
- kubernetes.default.svc
|
||||
- 127.0.0.1:5000
|
||||
- localhost:5000
|
||||
- id: D601
|
||||
route: D601:k3s
|
||||
namespace: platform-infra
|
||||
@@ -63,6 +85,28 @@ targets:
|
||||
dependencyImages:
|
||||
postgres: docker.m.daocloud.io/library/postgres:18-alpine
|
||||
redis: docker.m.daocloud.io/library/redis:8-alpine
|
||||
codexPool:
|
||||
sentinelImageBuild:
|
||||
baseImageCachePolicy: local-if-present
|
||||
noProxy:
|
||||
- localhost
|
||||
- 127.0.0.1
|
||||
- ::1
|
||||
- host.docker.internal
|
||||
- 74.48.78.17
|
||||
- 192.168.0.0/16
|
||||
- 10.0.0.0/8
|
||||
- 172.16.0.0/12
|
||||
- 10.42.0.0/16
|
||||
- 10.43.0.0/16
|
||||
- .svc
|
||||
- .svc.cluster.local
|
||||
- .cluster.local
|
||||
- kubernetes
|
||||
- kubernetes.default
|
||||
- kubernetes.default.svc
|
||||
- 127.0.0.1:5000
|
||||
- localhost:5000
|
||||
publicExposure:
|
||||
enabled: true
|
||||
publicBaseUrl: https://api.pikapython.com
|
||||
|
||||
Reference in New Issue
Block a user