add diun annotation [ci skip]
This commit is contained in:
parent
0c46368c11
commit
15e951bd09
8 changed files with 25 additions and 1 deletions
|
|
@ -37,6 +37,9 @@ resource "kubernetes_deployment" "technitium" {
|
|||
}
|
||||
template {
|
||||
metadata {
|
||||
annotations = {
|
||||
"diun.enable" = "true"
|
||||
}
|
||||
labels = {
|
||||
app = "technitium"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue