Skip to content

Commit

Permalink
use port 80/443 for tls cert renewal
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
kingdonb committed Aug 28, 2024
1 parent 4ae0ae4 commit 407dfd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/routers/urbit-ships/socryx-topled-service-endpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 407dfd1

Please sign in to comment.