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"
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue