mirror of
https://github.com/czhu12/canine.git
synced 2025-12-20 10:19:50 -06:00
added build cloud install and uninstall
This commit is contained in:
5
db/schema.rb
generated
5
db/schema.rb
generated
@@ -91,6 +91,11 @@ ActiveRecord::Schema[7.2].define(version: 2025_08_18_215548) do
|
||||
t.jsonb "installation_metadata", default: {}
|
||||
t.datetime "installed_at"
|
||||
t.text "error_message"
|
||||
t.integer "replicas", default: 2
|
||||
t.bigint "cpu_requests", default: 500
|
||||
t.bigint "cpu_limits", default: 2000
|
||||
t.bigint "memory_requests", default: 536870912
|
||||
t.bigint "memory_limits", default: 4294967296
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.index ["cluster_id"], name: "index_build_clouds_on_cluster_id"
|
||||
|
||||
Reference in New Issue
Block a user