fix
This commit is contained in:
@@ -142,7 +142,7 @@ data "kustomization_overlay" "data" {
|
||||
patches {
|
||||
target {
|
||||
kind = "Deployment"
|
||||
name = "authentik-worker"
|
||||
name = "nextcloud-metrics"
|
||||
}
|
||||
patch = <<-EOF
|
||||
apiVersion: apps/v1
|
||||
@@ -199,4 +199,18 @@ data "kustomization_overlay" "data" {
|
||||
targetCPUUtilizationPercentage: ${var.hpa.avg-cpu}
|
||||
EOF
|
||||
}
|
||||
patches {
|
||||
target {
|
||||
kind = "PersistentVolumeClaim"
|
||||
name = "nextcloud-nextcloud"
|
||||
}
|
||||
patch = <<-EOF
|
||||
kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: nextcloud-nextcloud
|
||||
annotations:
|
||||
k8up.io/backup: "true"
|
||||
EOF
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user