From 334a3cef81c3e079fbf4f43d906c12037c6864a9 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 17 Oct 2020 09:52:40 +0200 Subject: Added metallb config, nginx working, ftps not so much --- srcs/ftps/ftps.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'srcs/ftps/ftps.yaml') diff --git a/srcs/ftps/ftps.yaml b/srcs/ftps/ftps.yaml index 03a8b97..07e9add 100644 --- a/srcs/ftps/ftps.yaml +++ b/srcs/ftps/ftps.yaml @@ -18,11 +18,6 @@ spec: - image: cacharle-ftps imagePullPolicy: Never name: cacharle-ftps-container - ports: - - containerPort: 21 - hostPort: 9021 # change me - - containerPort: 21000 - hostPort: 21000 --- @@ -35,8 +30,8 @@ spec: ports: - name: ftps targetPort: 21 - port: 9021 - - name: passive1 + port: 21 + - name: ftps-data targetPort: 21000 port: 21000 selector: -- cgit