This repository was archived by the owner on Feb 27, 2025. It is now read-only.
Commit 8c09098 1 parent 5f70213 commit 8c09098 Copy full SHA for 8c09098
File tree 1 file changed +32
-2
lines changed
1 file changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ metadata:
6
6
spec :
7
7
entryPoints :
8
8
- web
9
- - webnonpriv
10
9
# - websecure
11
10
routes :
12
11
- kind : Rule
17
16
namespace : traefik-staging
18
17
port : 80
19
18
# 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 :
20
36
- kind : Service
21
37
name : socryx-topled
22
38
namespace : traefik-staging
@@ -33,13 +49,27 @@ metadata:
33
49
spec :
34
50
entryPoints :
35
51
- websecure
36
- - websecnonpriv
37
52
routes :
38
53
- match : HostSNI(`socryx-topled.arvo.network`)
39
54
services :
40
55
- name : socryx-topled
41
56
namespace : traefik-staging
42
57
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 :
43
73
- name : socryx-topled
44
74
namespace : traefik-staging
45
75
port : 8443
You can’t perform that action at this time.
0 commit comments