disable diun for headscale and calibre [ci skip]

This commit is contained in:
Viktor Barzin 2025-08-24 09:29:02 +00:00
parent 823bdbca79
commit d8ed387eed
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 changed files with 4 additions and 2 deletions

View file

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

View file

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