commit 028c6f27764bc7b814ee1c1b04bc3ca1d9cc9092 parent 77448b7ef7d4e8ee2981259c2a3d774c18378970 Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 16 May 2024 22:07:46 +0200 Fix tls Diffstat:
| M | apps/base/ejabberd/release.yaml | | | 22 | ++++++++++++++++++++++ |
1 file changed, 22 insertions(+), 0 deletions(-)
diff --git a/apps/base/ejabberd/release.yaml b/apps/base/ejabberd/release.yaml @@ -17,7 +17,29 @@ spec: s2s_use_starttls: optional listen: stun: + enabled: false + s2s-tls: + enabled: true + port: 5270 + # hostPort: 8000 + ## -- defaults to port, must correspond to ports defined in ejabberd.listen + # containerPort: 8000 + expose: true + exposedPort: 5270 + ## -- Different target ejabberd port on the cluster, useful for IP type LB + # targetPort: 80 + # The port protocol (TCP/UDP) protocol: TCP + # -- Use nodeport if set. This is useful if you have configured ejabberd in a + # LoadBalancer. + # nodePort: 30269 + # -- ejabberd listener options w/o port, transport: + # https://docs.ejabberd.im/admin/configuration/listen-options/ + options: + ip: "::" + module: ejabberd_s2s_in + tls: true + # max_stanza_size: 524288 c2s: options: starttls: true