From a90f0fa70046098c63ec53ac3157f9f5468d4e60 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 6 Apr 2023 22:05:35 -0400 Subject: [PATCH] Remove ports on vpn sidecar --- cluster/apps/download/vpn/deployment.yaml | 3 --- cluster/apps/download/vpn/ingress.yaml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/cluster/apps/download/vpn/deployment.yaml b/cluster/apps/download/vpn/deployment.yaml index 8ee56a7..54c6144 100644 --- a/cluster/apps/download/vpn/deployment.yaml +++ b/cluster/apps/download/vpn/deployment.yaml @@ -52,9 +52,6 @@ spec: capabilities: add: - NET_ADMIN - ports: - - name: http - containerPort: 8080 volumes: - name: qbittorrent-config diff --git a/cluster/apps/download/vpn/ingress.yaml b/cluster/apps/download/vpn/ingress.yaml index 726261b..eb05bfb 100644 --- a/cluster/apps/download/vpn/ingress.yaml +++ b/cluster/apps/download/vpn/ingress.yaml @@ -17,4 +17,4 @@ spec: service: name: vpn-pods port: - number: 8080 \ No newline at end of file + name: http \ No newline at end of file