fix shlink url shortener [ci skip]

This commit is contained in:
Viktor Barzin 2025-08-18 20:41:57 +00:00
parent 2f2787f934
commit 8ffa1e509f
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 2 additions and 2 deletions

View file

@ -281,8 +281,8 @@ resource "kubernetes_service" "shlink-web" {
}
port {
name = "http"
port = "80"
target_port = "80"
port = 80
target_port = 8080
}
}
}

Binary file not shown.