upgrade dashy [ci skip]
This commit is contained in:
parent
5b2bb720af
commit
49224e8768
1 changed files with 4 additions and 3 deletions
|
|
@ -61,7 +61,7 @@ resource "kubernetes_deployment" "dashy" {
|
||||||
name = "dashy"
|
name = "dashy"
|
||||||
|
|
||||||
port {
|
port {
|
||||||
container_port = 80
|
container_port = 8080
|
||||||
}
|
}
|
||||||
volume_mount {
|
volume_mount {
|
||||||
name = "config"
|
name = "config"
|
||||||
|
|
@ -93,8 +93,9 @@ resource "kubernetes_service" "dashy" {
|
||||||
app = "dashy"
|
app = "dashy"
|
||||||
}
|
}
|
||||||
port {
|
port {
|
||||||
name = "http"
|
name = "http"
|
||||||
port = "80"
|
port = 80
|
||||||
|
target_port = 8080
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue