Add selector(optional) to service

This commit is contained in:
2024-05-17 16:05:20 +02:00
parent 6ea3cfc0bf
commit 1c42b356c1
2 changed files with 8 additions and 3 deletions

View File

@@ -10,6 +10,10 @@ variable "namespace" {
variable "labels" {
type = map(string)
}
variable "selector" {
type = map(string)
default = null
}
variable "annotations" {
type = map(string)
default = {}