From 0a812820466e890c4c66cf60939c918a5706729a Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Wed, 7 Aug 2024 17:06:57 -0300 Subject: [PATCH] ci: remove auth on port 8080 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 c35cdc8ac2..c92ed05163 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