From eff0680585b1ff5612a1088526c9078db847db82 Mon Sep 17 00:00:00 2001 From: Joerg Lehmann Date: Sat, 10 Aug 2024 18:14:50 +0200 Subject: [PATCH] with Network=pasta:-T,25:25 we can use localhost --- minibeielidev/minibeielidev.yaml | 2 +- wobischdev/wobischdev.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/minibeielidev/minibeielidev.yaml b/minibeielidev/minibeielidev.yaml index c2b0aed..fd9bb6e 100644 --- a/minibeielidev/minibeielidev.yaml +++ b/minibeielidev/minibeielidev.yaml @@ -31,7 +31,7 @@ spec: - name: STRIPE_PK value: pk_test_YkSGqH3Tk9WKK9HrlY63GhAg - name: MAILSERVER_HOST - value: 172.31.1.1 + value: 127.0.0.1 ports: - containerPort: 4000 hostPort: 9050 diff --git a/wobischdev/wobischdev.yaml b/wobischdev/wobischdev.yaml index 253e840..5ad54b9 100644 --- a/wobischdev/wobischdev.yaml +++ b/wobischdev/wobischdev.yaml @@ -31,7 +31,7 @@ spec: - name: STRIPE_PK value: pk_test_51Icq29K2XyHQRTs2DeltUIWrbFb5evfJVGaQzMv4r50g8Q7HAUkSFr7BBGv0aP1damXIhM6fZ4Yf9Wz0qW6TpTVi00dWcW7J1O - name: MAILSERVER_HOST - value: 172.31.1.1 + value: 127.0.0.1 ports: - containerPort: 4000 hostPort: 9040 @@ -48,7 +48,7 @@ spec: - name: REDIS_CONNECTION_STRING value: 127.0.0.1:6379 - name: MAILSERVER_HOST - value: 172.31.1.1 + value: 127.0.0.1 ports: - containerPort: 8080 hostPort: 9041