2026-06-17 23:16:17 +08:00
|
|
|
## DEPRECATED: These raw K8s manifests are superseded by iloom-deploy/charts/.
|
|
|
|
|
## DataSource values must be injected via Kubernetes Secrets at deploy time.
|
|
|
|
|
## See iloom-deploy/charts/infra/templates/secrets.yaml for the Helm-based approach.
|
|
|
|
|
##
|
2026-06-14 11:33:31 +08:00
|
|
|
apiVersion: v1
|
|
|
|
|
kind: ConfigMap
|
|
|
|
|
metadata:
|
|
|
|
|
name: muyu-system-config
|
|
|
|
|
namespace: iloom
|
|
|
|
|
data:
|
|
|
|
|
system.yaml: |
|
|
|
|
|
Name: system.rpc
|
|
|
|
|
ListenOn: 0.0.0.0:9001
|
|
|
|
|
|
|
|
|
|
Etcd:
|
|
|
|
|
Hosts:
|
|
|
|
|
- etcd:2379
|
|
|
|
|
Key: system.rpc
|
|
|
|
|
|
2026-06-17 23:16:17 +08:00
|
|
|
DataSource: REPLACE_AT_DEPLOY_TIME
|
2026-06-14 11:33:31 +08:00
|
|
|
|
|
|
|
|
Cache:
|
|
|
|
|
- Host: redis:6379
|
|
|
|
|
|
|
|
|
|
Log:
|
|
|
|
|
ServiceName: system-rpc
|
|
|
|
|
Mode: console
|
|
|
|
|
Level: info
|
|
|
|
|
---
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: ConfigMap
|
|
|
|
|
metadata:
|
|
|
|
|
name: muyu-inventory-config
|
|
|
|
|
namespace: iloom
|
|
|
|
|
data:
|
|
|
|
|
inventory.yaml: |
|
|
|
|
|
Name: inventory.rpc
|
|
|
|
|
ListenOn: 0.0.0.0:9002
|
|
|
|
|
|
|
|
|
|
Etcd:
|
|
|
|
|
Hosts:
|
|
|
|
|
- etcd:2379
|
|
|
|
|
Key: inventory.rpc
|
|
|
|
|
|
2026-06-17 23:16:17 +08:00
|
|
|
DataSource: REPLACE_AT_DEPLOY_TIME
|
2026-06-14 11:33:31 +08:00
|
|
|
|
|
|
|
|
Cache:
|
|
|
|
|
- Host: redis:6379
|
|
|
|
|
|
|
|
|
|
Log:
|
|
|
|
|
ServiceName: inventory-rpc
|
|
|
|
|
Mode: console
|
|
|
|
|
Level: info
|
|
|
|
|
---
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: ConfigMap
|
|
|
|
|
metadata:
|
|
|
|
|
name: muyu-gateway-config
|
|
|
|
|
namespace: iloom
|
|
|
|
|
data:
|
|
|
|
|
gateway.yaml: |
|
|
|
|
|
Name: gateway-api
|
|
|
|
|
Host: 0.0.0.0
|
|
|
|
|
Port: 8888
|
|
|
|
|
|
|
|
|
|
Auth:
|
2026-06-17 23:16:17 +08:00
|
|
|
AccessSecret: REPLACE_AT_DEPLOY_TIME
|
2026-06-14 11:33:31 +08:00
|
|
|
AccessExpire: 7200
|
|
|
|
|
|
|
|
|
|
SystemRpc:
|
|
|
|
|
Etcd:
|
|
|
|
|
Hosts:
|
|
|
|
|
- etcd:2379
|
|
|
|
|
Key: system.rpc
|
|
|
|
|
NonBlock: true
|
|
|
|
|
|
|
|
|
|
InventoryRpc:
|
|
|
|
|
Etcd:
|
|
|
|
|
Hosts:
|
|
|
|
|
- etcd:2379
|
|
|
|
|
Key: inventory.rpc
|
|
|
|
|
NonBlock: true
|
|
|
|
|
|
|
|
|
|
Log:
|
|
|
|
|
ServiceName: gateway-api
|
|
|
|
|
Mode: console
|
|
|
|
|
Level: info
|