fix(k8s): NetworkPolicy 修正 OpenClaw port 8089→8088 (clawbot-v5 使用 8088)
Some checks failed
E2E Health Check / e2e-health (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled

2026-04-01 ogt: OpenClaw 從 openclaw container (8089) 遷移到 clawbot (8088)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-04-01 22:17:09 +08:00
parent 48d89a1a91
commit dc9a07bf20

View File

@@ -93,9 +93,9 @@ spec:
# Ollama (Docker)
- protocol: TCP
port: 11434
# OpenClaw (Docker) - 2026-03-28 端口遷移 8088→8089
# OpenClaw (clawbot Docker) - 2026-04-01 ogt: 修正為 8088 (clawbot-v5 使用 8088)
- protocol: TCP
port: 8089
port: 8088
# SigNoz UI (Docker)
- protocol: TCP
port: 3301