Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f262a50e06 | |||
| c2d980a831 | |||
| 20fba2754a |
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user