Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Commit 8c09098

Browse files
committed
separate 80/8080 and 443/8443
Signed-off-by: Kingdon Barrett <[email protected]>
1 parent 5f70213 commit 8c09098

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

apps/routers/urbit-ships/socryx-topled-ingressroute.yaml

+32-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ metadata:
66
spec:
77
entryPoints:
88
- web
9-
- webnonpriv
109
# - websecure
1110
routes:
1211
- kind: Rule
@@ -17,6 +16,23 @@ spec:
1716
namespace: traefik-staging
1817
port: 80
1918
# scheme: https
19+
# tls:
20+
# certResolver: prodresolver
21+
22+
---
23+
apiVersion: traefik.io/v1alpha1
24+
kind: IngressRoute
25+
metadata:
26+
name: socryx-topled
27+
namespace: traefik-staging
28+
spec:
29+
entryPoints:
30+
- webnonpriv
31+
# - websecure
32+
routes:
33+
- kind: Rule
34+
match: Host(`socryx-topled.arvo.network`)
35+
services:
2036
- kind: Service
2137
name: socryx-topled
2238
namespace: traefik-staging
@@ -33,13 +49,27 @@ metadata:
3349
spec:
3450
entryPoints:
3551
- websecure
36-
- websecnonpriv
3752
routes:
3853
- match: HostSNI(`socryx-topled.arvo.network`)
3954
services:
4055
- name: socryx-topled
4156
namespace: traefik-staging
4257
port: 443
58+
tls:
59+
passthrough: true
60+
61+
---
62+
apiVersion: traefik.io/v1alpha1
63+
kind: IngressRouteTCP
64+
metadata:
65+
name: socryx-topled
66+
namespace: traefik-staging
67+
spec:
68+
entryPoints:
69+
- websecnonpriv
70+
routes:
71+
- match: HostSNI(`socryx-topled.arvo.network`)
72+
services:
4373
- name: socryx-topled
4474
namespace: traefik-staging
4575
port: 8443

0 commit comments

Comments
 (0)