Skip to content

Commit

Permalink
fix ingressroutes
Browse files Browse the repository at this point in the history
there is only one backend on socryx-topled (8080/8443)

Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
kingdonb committed Aug 29, 2024
1 parent bbb29cd commit e71519a
Showing 1 changed file with 3 additions and 40 deletions.
43 changes: 3 additions & 40 deletions apps/routers/urbit-ships/socryx-topled-ingressroute.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,11 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: socryx-topled-a
name: socryx-topled
namespace: traefik-staging
spec:
entryPoints:
- web
# - websecure
routes:
- kind: Rule
match: Host(`socryx-topled.arvo.network`)
services:
- kind: Service
name: socryx-topled
namespace: traefik-staging
port: 8080
# scheme: https
# tls:
# certResolver: prodresolver

---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: socryx-topled-b
namespace: traefik-staging
spec:
entryPoints:
- webnonpriv
# - websecure
routes:
Expand All @@ -37,35 +16,19 @@ spec:
name: socryx-topled
namespace: traefik-staging
port: 8080
# scheme: https
# tls:
# certResolver: prodresolver

---
apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: socryx-topled-a
name: socryx-topled
namespace: traefik-staging
spec:
entryPoints:
- websecure
routes:
- match: HostSNI(`socryx-topled.arvo.network`)
services:
- name: socryx-topled
namespace: traefik-staging
port: 8443
tls:
passthrough: true

---
apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: socryx-topled-b
namespace: traefik-staging
spec:
entryPoints:
- websecnonpriv
routes:
- match: HostSNI(`socryx-topled.arvo.network`)
Expand Down

0 comments on commit e71519a

Please sign in to comment.