This commit is contained in:
2024-05-15 14:48:21 +02:00
parent 39e32d3418
commit 3086e8bb31

View File

@@ -19,8 +19,6 @@ resource "kubectl_manifest" "Deployment" {
serviceAccountName: ${kubectl_manifest.ServiceAccount.name}
containers:
- name: pvc-autoresizer
command:
- /pvc-autoresizer
args:
- --prometheus-url=http://prometheus-prometheus.${var.domain}-monitor:9090
- --interval=10s