fix: use arm64 worker image and disable web temporarily
This commit is contained in:
@@ -12,13 +12,12 @@ secrets:
|
||||
secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX"
|
||||
|
||||
# Enable jobs and apps now that images are built
|
||||
# Temporarily disable migrate due to image pull issues
|
||||
jobs:
|
||||
migrate:
|
||||
enabled: false
|
||||
enabled: true
|
||||
|
||||
web:
|
||||
enabled: true
|
||||
enabled: false # Temporarily disabled - web arm64 build times out
|
||||
|
||||
worker:
|
||||
enabled: true
|
||||
@@ -27,8 +26,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:
|
||||
|
||||
Reference in New Issue
Block a user