add tier to all deployments [ci skip]
This commit is contained in:
parent
20cd480988
commit
8abb8eddc0
95 changed files with 794 additions and 118 deletions
|
|
@ -32,6 +32,7 @@ resource "kubernetes_deployment" "roundcubemail" {
|
|||
namespace = "mailserver"
|
||||
labels = {
|
||||
"app" = "roundcubemail"
|
||||
tier = var.tier
|
||||
}
|
||||
annotations = {
|
||||
"reloader.stakater.com/search" = "true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue