Change UI NodePort from 30080 to 30090
All checks were successful
CI / build (push) Successful in 58s
CI / docker (push) Successful in 39s
CI / deploy (push) Successful in 27s

Port 30080 is already allocated. Updated deploy manifests,
CORS origin, and HOWTO.md references.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-13 14:11:50 +01:00
parent c73b512cd9
commit fc2daddf54
3 changed files with 4 additions and 4 deletions

View File

@@ -309,14 +309,14 @@ The full stack is deployed to k3s via CI/CD on push to `main`. K8s manifests are
cameleer namespace: cameleer namespace:
ClickHouse (StatefulSet, 2Gi PVC) ← clickhouse:8123 (ClusterIP) ClickHouse (StatefulSet, 2Gi PVC) ← clickhouse:8123 (ClusterIP)
cameleer3-server (Deployment) ← NodePort 30081 cameleer3-server (Deployment) ← NodePort 30081
cameleer3-ui (Deployment, Nginx) ← NodePort 30080 cameleer3-ui (Deployment, Nginx) ← NodePort 30090
``` ```
### Access (from your network) ### Access (from your network)
| Service | URL | | Service | URL |
|---------|-----| |---------|-----|
| Web UI | `http://192.168.50.86:30080` | | Web UI | `http://192.168.50.86:30090` |
| Server API | `http://192.168.50.86:30081/api/v1/health` | | Server API | `http://192.168.50.86:30081/api/v1/health` |
| Swagger UI | `http://192.168.50.86:30081/api/v1/swagger-ui.html` | | Swagger UI | `http://192.168.50.86:30081/api/v1/swagger-ui.html` |

View File

@@ -51,7 +51,7 @@ spec:
key: CAMELEER_UI_PASSWORD key: CAMELEER_UI_PASSWORD
optional: true optional: true
- name: CAMELEER_UI_ORIGIN - name: CAMELEER_UI_ORIGIN
value: "http://192.168.50.86:30080" value: "http://192.168.50.86:30090"
resources: resources:
requests: requests:
memory: "256Mi" memory: "256Mi"

View File

@@ -72,4 +72,4 @@ spec:
ports: ports:
- port: 80 - port: 80
targetPort: 80 targetPort: 80
nodePort: 30080 nodePort: 30090