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