fix(k8s): NetworkPolicy 修正 OpenClaw port 8089→8088 (clawbot-v5 使用 8088)
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user