remove pg pv as we dont use the helm anymore [ci skip]
This commit is contained in:
parent
9efbbb4316
commit
3c71cd8a44
1 changed files with 0 additions and 19 deletions
|
|
@ -20,25 +20,6 @@ resource "kubernetes_namespace" "immich" {
|
|||
}
|
||||
}
|
||||
|
||||
resource "kubernetes_persistent_volume" "immich-postgresql" {
|
||||
metadata {
|
||||
name = "immich-postgresql"
|
||||
}
|
||||
spec {
|
||||
capacity = {
|
||||
"storage" = "10Gi"
|
||||
}
|
||||
access_modes = ["ReadWriteOnce"]
|
||||
persistent_volume_source {
|
||||
nfs {
|
||||
# path = "/mnt/main/immich/data-immich-postgresql"
|
||||
path = "/mnt/ssd/immich/data-immich-postgresql"
|
||||
server = "10.0.10.15"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
resource "kubernetes_deployment" "immich_server" {
|
||||
metadata {
|
||||
name = "immich-server"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue