deploy(updater): contain public UpdateCenter on GX10

This commit is contained in:
Andrew Stoltz
2026-06-18 10:55:50 -05:00
parent aba9d7c995
commit 2c1aa3f0c8
3 changed files with 20 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ spec:
nodeName: rke2-server
containers:
- name: web
image: localhost/fc-updater-web:v20260614-regroup-bdf4a4a
image: localhost/fc-updater-web:v20260618-public-containment-8c5386e
imagePullPolicy: Never
ports:
- containerPort: 8080
@@ -266,7 +266,7 @@ spec:
entryPoints:
- websecure
routes:
- match: (Host(`update.flowercore.io`) || Host(`updates.flowercore.io`)) && (Method(`GET`) || Method(`HEAD`) || Method(`POST`) || Method(`OPTIONS`))
- match: (Host(`update.flowercore.io`) || Host(`updates.flowercore.io`)) && (Method(`GET`) || Method(`HEAD`))
kind: Rule
services:
- name: updatecenter-web