From 407dfd16418f48b1963e319a24c47181a326a8ae Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Tue, 27 Aug 2024 20:26:49 -0400 Subject: [PATCH] use port 80/443 for tls cert renewal Signed-off-by: Kingdon Barrett --- .../urbit-ships/socryx-topled-service-endpoints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/routers/urbit-ships/socryx-topled-service-endpoints.yaml b/apps/routers/urbit-ships/socryx-topled-service-endpoints.yaml index df07b353..0aa29891 100644 --- a/apps/routers/urbit-ships/socryx-topled-service-endpoints.yaml +++ b/apps/routers/urbit-ships/socryx-topled-service-endpoints.yaml @@ -8,12 +8,12 @@ spec: - name: urbit-https protocol: TCP port: 443 - targetPort: 8443 + targetPort: 443 nodePort: 0 - name: urbit-http protocol: TCP port: 80 - targetPort: 8080 + targetPort: 80 nodePort: 0 --- kind: Endpoints @@ -25,7 +25,7 @@ subsets: - addresses: - ip: 10.17.12.102 ports: - - port: 8443 + - port: 443 name: urbit-https - - port: 8080 + - port: 80 name: urbit-http