add diun annotation [ci skip]

This commit is contained in:
Viktor Barzin 2024-08-17 20:23:20 +00:00
parent 0c46368c11
commit 15e951bd09
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
8 changed files with 25 additions and 1 deletions

View file

@ -142,6 +142,9 @@ resource "kubernetes_deployment" "mailserver" {
}
template {
metadata {
annotations = {
"diun.enable" = "true"
}
labels = {
"app" = "mailserver"
"role" = "mail"