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

Commit e71519a

Browse files
committed
fix ingressroutes
there is only one backend on socryx-topled (8080/8443) Signed-off-by: Kingdon Barrett <[email protected]>
1 parent bbb29cd commit e71519a

File tree

1 file changed

+3
-40
lines changed

1 file changed

+3
-40
lines changed

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

+3-40
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,11 @@
11
apiVersion: traefik.io/v1alpha1
22
kind: IngressRoute
33
metadata:
4-
name: socryx-topled-a
4+
name: socryx-topled
55
namespace: traefik-staging
66
spec:
77
entryPoints:
88
- web
9-
# - websecure
10-
routes:
11-
- kind: Rule
12-
match: Host(`socryx-topled.arvo.network`)
13-
services:
14-
- kind: Service
15-
name: socryx-topled
16-
namespace: traefik-staging
17-
port: 8080
18-
# scheme: https
19-
# tls:
20-
# certResolver: prodresolver
21-
22-
---
23-
apiVersion: traefik.io/v1alpha1
24-
kind: IngressRoute
25-
metadata:
26-
name: socryx-topled-b
27-
namespace: traefik-staging
28-
spec:
29-
entryPoints:
309
- webnonpriv
3110
# - websecure
3211
routes:
@@ -37,35 +16,19 @@ spec:
3716
name: socryx-topled
3817
namespace: traefik-staging
3918
port: 8080
19+
# scheme: https
4020
# tls:
4121
# certResolver: prodresolver
4222

4323
---
4424
apiVersion: traefik.io/v1alpha1
4525
kind: IngressRouteTCP
4626
metadata:
47-
name: socryx-topled-a
27+
name: socryx-topled
4828
namespace: traefik-staging
4929
spec:
5030
entryPoints:
5131
- websecure
52-
routes:
53-
- match: HostSNI(`socryx-topled.arvo.network`)
54-
services:
55-
- name: socryx-topled
56-
namespace: traefik-staging
57-
port: 8443
58-
tls:
59-
passthrough: true
60-
61-
---
62-
apiVersion: traefik.io/v1alpha1
63-
kind: IngressRouteTCP
64-
metadata:
65-
name: socryx-topled-b
66-
namespace: traefik-staging
67-
spec:
68-
entryPoints:
6932
- websecnonpriv
7033
routes:
7134
- match: HostSNI(`socryx-topled.arvo.network`)

0 commit comments

Comments
 (0)