From 2a6fd3e1969f52c65089c024e1188c8a07bcb4a3 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Thu, 5 Sep 2024 12:39:35 -0300 Subject: [PATCH] ci: remove auth on port 8080 (#7903) It's now on port 80 --- k8s/auth.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/k8s/auth.yaml b/k8s/auth.yaml index c35cdc8ac..c92ed0516 100644 --- a/k8s/auth.yaml +++ b/k8s/auth.yaml @@ -144,9 +144,5 @@ spec: targetPort: http protocol: TCP name: http - - port: 8080 - targetPort: http - protocol: TCP - name: http-old selector: app: auth