upgrade dashy [ci skip]

This commit is contained in:
Viktor Barzin 2024-04-21 10:09:52 +00:00
parent 91acba5ed1
commit 3400621b47
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 4 additions and 3 deletions

View file

@ -61,7 +61,7 @@ resource "kubernetes_deployment" "dashy" {
name = "dashy"
port {
container_port = 80
container_port = 8080
}
volume_mount {
name = "config"
@ -93,8 +93,9 @@ resource "kubernetes_service" "dashy" {
app = "dashy"
}
port {
name = "http"
port = "80"
name = "http"
port = 80
target_port = 8080
}
}
}

Binary file not shown.