disable diun on mysql [ci skip]

This commit is contained in:
Viktor Barzin 2025-02-15 16:30:45 +00:00
parent 01f35d1d55
commit 90e7c8ffff
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 1 additions and 1 deletions

View file

@ -115,7 +115,7 @@ resource "kubernetes_deployment" "mysql" {
app = "mysql"
}
annotations = {
"diun.enable" = "true"
"diun.enable" = "false"
"diun.include_tags" = "^\\d+(?:\\.\\d+)?(?:\\.\\d+)?$"
}
}

Binary file not shown.