cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 77448b7ef7d4e8ee2981259c2a3d774c18378970
parent 4fb4bf0a0b6055df0b28054b5c9658f1b5c63786
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 16 May 2024 22:01:53 +0200

Fix tls

Diffstat:
Mapps/base/ejabberd/release.yaml | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/apps/base/ejabberd/release.yaml b/apps/base/ejabberd/release.yaml @@ -21,6 +21,26 @@ spec: c2s: options: starttls: true + c2s-tls: + enabled: true + port: 5223 + # hostPort: 5223 + # containerPort: 5223 + expose: true + exposedPort: 5223 + ## -- 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: 30222 + # -- ejabberd listener options w/o port, transport: + # https://docs.ejabberd.im/admin/configuration/listen-options/ + options: + ip: "::" + module: ejabberd_c2s + tls: true image: repository: "mtrnord/cluster/ejabberd"