change calibre port after upgrade [ci skip]
This commit is contained in:
parent
98115b4b3b
commit
03c6bd1800
1 changed files with 4 additions and 0 deletions
|
|
@ -147,6 +147,10 @@ resource "kubernetes_deployment" "calibre-web-automated" {
|
|||
name = "NETWORK_SHARE_MODE"
|
||||
value = "true"
|
||||
}
|
||||
env {
|
||||
name = "CALIBRE_PORT"
|
||||
value = "8083"
|
||||
}
|
||||
|
||||
port {
|
||||
container_port = 8083
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue