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