This repository was archived by the owner on Feb 27, 2025. It is now read-only.
Commit e71519a 1 parent bbb29cd commit e71519a Copy full SHA for e71519a
File tree 1 file changed +3
-40
lines changed
1 file changed +3
-40
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : traefik.io/v1alpha1
2
2
kind : IngressRoute
3
3
metadata :
4
- name : socryx-topled-a
4
+ name : socryx-topled
5
5
namespace : traefik-staging
6
6
spec :
7
7
entryPoints :
8
8
- 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 :
30
9
- webnonpriv
31
10
# - websecure
32
11
routes :
@@ -37,35 +16,19 @@ spec:
37
16
name : socryx-topled
38
17
namespace : traefik-staging
39
18
port : 8080
19
+ # scheme: https
40
20
# tls:
41
21
# certResolver: prodresolver
42
22
43
23
---
44
24
apiVersion : traefik.io/v1alpha1
45
25
kind : IngressRouteTCP
46
26
metadata :
47
- name : socryx-topled-a
27
+ name : socryx-topled
48
28
namespace : traefik-staging
49
29
spec :
50
30
entryPoints :
51
31
- 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 :
69
32
- websecnonpriv
70
33
routes :
71
34
- match : HostSNI(`socryx-topled.arvo.network`)
You can’t perform that action at this time.
0 commit comments