chore(deploy): standardize assistant default port to 5174

This commit is contained in:
jeffusion
2026-03-24 12:59:59 +08:00
committed by 路遥知码力
parent 9964614b5e
commit 9567501369
10 changed files with 34 additions and 34 deletions

View File

@@ -9,7 +9,7 @@ metadata:
app.kubernetes.io/name: gitea-assistant
app.kubernetes.io/part-of: gitea-assistant
data:
PORT: "3000"
PORT: "5174"
# All settings (Gitea connection, webhook secret, admin password, review engine,
# Feishu, memory, etc.) are managed through the Admin Dashboard Web UI.
# They are auto-seeded with secure defaults on first boot.
@@ -38,7 +38,7 @@ spec:
image: ghcr.io/jeffusion/gitea-ai-assistant:latest
ports:
- name: http
containerPort: 3000
containerPort: 5174
protocol: TCP
envFrom:
- configMapRef:
@@ -92,6 +92,6 @@ spec:
app.kubernetes.io/name: gitea-assistant
ports:
- name: http
port: 3000
port: 5174
targetPort: http
protocol: TCP