Skip to content

Commit

Permalink
main.tf: Fix selector label on service
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelNdeCarvalho committed Oct 15, 2024
1 parent aa5ff53 commit 5c1da2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ resource "kubernetes_service" "main" {

spec {
selector = {
app = local.resource_name
type = "jumpserver"
}
port {
port = var.svc_port
Expand Down

0 comments on commit 5c1da2a

Please sign in to comment.