This commit is contained in:
2023-08-11 17:41:13 +02:00
parent 76fafed977
commit 640104a958
4 changed files with 62 additions and 53 deletions

View File

@@ -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"