disable diun for headscale and calibre [ci skip]
This commit is contained in:
parent
ae40a68d65
commit
d9fe2a2a7d
1 changed files with 2 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue