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 {
|
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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue