chore: change related images to fit new server system
All checks were successful
dev middleware install / deploy (push) Successful in 9s

This commit is contained in:
2026-03-06 10:58:47 +08:00
parent 564ef48d02
commit 0b4a5b35be
2 changed files with 7 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
global: global:
security: security:
allowInsecureImages: true allowInsecureImages: true
storageClass: slow-nfs
persistence:
size: 1Gi
image: image:
registry: registry.merlin.xin registry: registry.merlin.xin

View File

@@ -1,6 +1,7 @@
global: global:
security: security:
allowInsecureImages: true allowInsecureImages: true
storageClass: slow-nfs
image: image:
registry: registry.merlin.xin registry: registry.merlin.xin
@@ -26,4 +27,6 @@ master:
limits: limits:
cpu: 0.2 cpu: 0.2
memory: 256Mi memory: 256Mi
persistence:
size: 1Gi