disable diun for headscale and calibre [ci skip]

This commit is contained in:
Viktor Barzin 2025-08-24 09:29:02 +00:00
parent ae40a68d65
commit d9fe2a2a7d

View file

@ -45,7 +45,8 @@ resource "kubernetes_deployment" "calibre" {
template { template {
metadata { metadata {
annotations = { annotations = {
"diun.enable" = "true" # "diun.enable" = "true"
"diun.enable" = "false"
"diun.include_tags" = "^\\d+(?:\\.\\d+)?(?:\\.\\d+)?$" "diun.include_tags" = "^\\d+(?:\\.\\d+)?(?:\\.\\d+)?$"
} }
labels = { labels = {