fix shlink url shortener [ci skip]
This commit is contained in:
parent
2f2787f934
commit
8ffa1e509f
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue