cluster

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

commit 2af7c207d7299ea9954e19dba789d407acebcc82
parent d94f3d9c3ae8622870af47262131b38dcc004cde
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 17 Feb 2025 19:53:35 +0100

Fix namespace for envoy email proxy

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

diff --git a/apps/base/envoy-gateway/release.yaml b/apps/base/envoy-gateway/release.yaml @@ -64,30 +64,40 @@ spec: allowedRoutes: kinds: - kind: TCPRoute + namespaces: + from: All - name: submissions protocol: TCP port: 465 allowedRoutes: kinds: - kind: TCPRoute + namespaces: + from: All - name: submission protocol: TCP port: 587 allowedRoutes: kinds: - kind: TCPRoute + namespaces: + from: All - name: imap protocol: TCP port: 143 allowedRoutes: kinds: - kind: TCPRoute + namespaces: + from: All - name: imaps protocol: TCP port: 993 allowedRoutes: kinds: - kind: TCPRoute + namespaces: + from: All --- apiVersion: gateway.networking.k8s.io/v1 kind: Gateway