Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f262a50e06 | |||
| c2d980a831 | |||
| 20fba2754a |
@@ -11,13 +11,17 @@ secrets:
|
|||||||
accessKeyId: "FwGiBwCXKuQdthR1QLa"
|
accessKeyId: "FwGiBwCXKuQdthR1QLa"
|
||||||
secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX"
|
secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX"
|
||||||
|
|
||||||
# Enable jobs and apps now that images are built
|
# Temporarily disable jobs until arm64 images are available
|
||||||
jobs:
|
jobs:
|
||||||
migrate:
|
migrate:
|
||||||
enabled: true
|
enabled: false
|
||||||
|
|
||||||
|
cronjobs:
|
||||||
|
cleanupStaging:
|
||||||
|
enabled: false # minio/mc image pull failing on arm64
|
||||||
|
|
||||||
web:
|
web:
|
||||||
enabled: true
|
enabled: false # Temporarily disabled - web arm64 build times out
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -26,8 +30,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