fix: use arm64 worker image and disable web temporarily
This commit is contained in:
@@ -12,13 +12,12 @@ secrets:
|
|||||||
secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX"
|
secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX"
|
||||||
|
|
||||||
# Enable jobs and apps now that images are built
|
# Enable jobs and apps now that images are built
|
||||||
# Temporarily disable migrate due to image pull issues
|
|
||||||
jobs:
|
jobs:
|
||||||
migrate:
|
migrate:
|
||||||
enabled: false
|
enabled: true
|
||||||
|
|
||||||
web:
|
web:
|
||||||
enabled: true
|
enabled: false # Temporarily disabled - web arm64 build times out
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -27,8 +26,10 @@ worker:
|
|||||||
images:
|
images:
|
||||||
web:
|
web:
|
||||||
repository: gitea-http.taildb3494.ts.net/will/porthole-web
|
repository: gitea-http.taildb3494.ts.net/will/porthole-web
|
||||||
|
tag: dev
|
||||||
worker:
|
worker:
|
||||||
repository: gitea-http.taildb3494.ts.net/will/porthole-worker
|
repository: gitea-http.taildb3494.ts.net/will/porthole-worker
|
||||||
|
tag: dev-arm64
|
||||||
|
|
||||||
# Reduce MinIO storage for testing (insufficient storage on cluster)
|
# Reduce MinIO storage for testing (insufficient storage on cluster)
|
||||||
minio:
|
minio:
|
||||||
|
|||||||
Reference in New Issue
Block a user