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