ig-poster: 69e395f2 + sync IMMICH_PG_* via ESO for CLIP scoring; postiz publish-notify n8n workflow
This commit is contained in:
parent
cb83972b79
commit
29bb434e1e
60 changed files with 419 additions and 113 deletions
|
|
@ -70,7 +70,7 @@ resource "kubernetes_persistent_volume_claim" "data_proxmox" {
|
|||
annotations = {
|
||||
"resize.topolvm.io/threshold" = "80%"
|
||||
"resize.topolvm.io/increase" = "100%"
|
||||
"resize.topolvm.io/storage_limit" = "5Gi"
|
||||
"resize.topolvm.io/storage_limit" = "8Gi"
|
||||
}
|
||||
}
|
||||
spec {
|
||||
|
|
@ -78,7 +78,7 @@ resource "kubernetes_persistent_volume_claim" "data_proxmox" {
|
|||
storage_class_name = "proxmox-lvm"
|
||||
resources {
|
||||
requests = {
|
||||
storage = "1Gi"
|
||||
storage = "4Gi"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue