fix
This commit is contained in:
@@ -37,7 +37,7 @@ resource "kubectl_manifest" "webmail_deploy" {
|
||||
- "--config=./config/webmail.toml"
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 80
|
||||
containerPort: 8000
|
||||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
@@ -111,7 +111,7 @@ resource "kubectl_manifest" "webmail_config" {
|
||||
|
||||
[www]
|
||||
host=false
|
||||
port=80
|
||||
port=8000
|
||||
proxy=false
|
||||
postsize="5MB"
|
||||
log="dev"
|
||||
|
||||
Reference in New Issue
Block a user