feat: enable web, worker, and migrate jobs with correct registry
This commit is contained in:
@@ -11,15 +11,23 @@ secrets:
|
||||
accessKeyId: "FwGiBwCXKuQdthR1QLa"
|
||||
secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX"
|
||||
|
||||
# Temporarily disable jobs and apps until images are built
|
||||
# Enable jobs and apps now that images are built
|
||||
jobs:
|
||||
migrate:
|
||||
enabled: false
|
||||
enabled: true
|
||||
|
||||
web:
|
||||
enabled: false
|
||||
enabled: true
|
||||
|
||||
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)
|
||||
minio:
|
||||
|
||||
Reference in New Issue
Block a user