feat: enable web, worker, and migrate jobs with correct registry

This commit is contained in:
OpenCode Test
2025-12-26 13:46:24 -08:00
parent f7b93dc284
commit 901986f84f

View File

@@ -11,15 +11,23 @@ secrets:
accessKeyId: "FwGiBwCXKuQdthR1QLa" accessKeyId: "FwGiBwCXKuQdthR1QLa"
secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX" secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX"
# Temporarily disable jobs and apps until images are built # Enable jobs and apps now that images are built
jobs: jobs:
migrate: migrate:
enabled: false enabled: true
web: web:
enabled: false enabled: true
worker: worker:
enabled: false enabled: true
# Correct image registry (gitea-http not gitea-gitea-http)
images:
web:
repository: gitea-http.taildb3494.ts.net/will/porthole-web
worker:
repository: gitea-http.taildb3494.ts.net/will/porthole-worker
# Reduce MinIO storage for testing (insufficient storage on cluster) # Reduce MinIO storage for testing (insufficient storage on cluster)
minio: minio: