cluster

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

commit 2af63729017e9ecac5b52eb922e6a2e74529809b
parent ef92f0ed2060a8a404b1fcb5420655461b3a051b
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 16 May 2024 21:37:51 +0200

Fix tls

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

diff --git a/apps/base/ejabberd/release.yaml b/apps/base/ejabberd/release.yaml @@ -19,26 +19,6 @@ spec: c2s: options: starttls_required: 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"