Compare commits

...

3 Commits

Author SHA1 Message Date
OpenCode Test f262a50e06 fix: disable migrate job and cleanup cronjob for arm64 cluster
- Disable migrate job (uses app images that need arm64 builds)
- Disable cleanupStaging cronjob (minio/mc image pull failing)
- Worker remains enabled with dev-arm64 tag

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 11:52:11 -08:00
OpenCode Test c2d980a831 fix: use arm64 worker image and disable web temporarily 2025-12-27 15:42:57 -08:00
OpenCode Test 20fba2754a fix: temporarily disable migrate job due to image pull issues 2025-12-27 12:01:08 -08:00
+9 -3
View File
@@ -11,13 +11,17 @@ secrets:
accessKeyId: "FwGiBwCXKuQdthR1QLa"
secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX"
# Enable jobs and apps now that images are built
# Temporarily disable jobs until arm64 images are available
jobs:
migrate:
enabled: true
enabled: false
cronjobs:
cleanupStaging:
enabled: false # minio/mc image pull failing on arm64
web:
enabled: true
enabled: false # Temporarily disabled - web arm64 build times out
worker:
enabled: true
@@ -26,8 +30,10 @@ worker:
images:
web:
repository: gitea-http.taildb3494.ts.net/will/porthole-web
tag: dev
worker:
repository: gitea-http.taildb3494.ts.net/will/porthole-worker
tag: dev-arm64
# Reduce MinIO storage for testing (insufficient storage on cluster)
minio: