piano-sheet: ns cube-piano-sheet → cube-piano

ns 跟 app 名解耦,workflow 加 NS env 不再 cube-$APP 拼。
This commit is contained in:
Fam Zheng
2026-05-05 10:03:38 +01:00
parent 09c3236b5b
commit 538bbb7ecd
6 changed files with 10 additions and 9 deletions
+3 -3
View File
@@ -2,10 +2,10 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: piano-sheet
namespace: cube-piano-sheet
namespace: cube-piano
annotations:
# 上传整组图片可能 ~600MB,调高 traefik 默认上限
traefik.ingress.kubernetes.io/router.middlewares: cube-piano-sheet-bodylimit@kubernetescrd
traefik.ingress.kubernetes.io/router.middlewares: cube-piano-bodylimit@kubernetescrd
spec:
ingressClassName: traefik
rules:
@@ -24,7 +24,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: bodylimit
namespace: cube-piano-sheet
namespace: cube-piano
spec:
buffering:
maxRequestBodyBytes: 700000000