File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : cert-manager.io/v1
3
+ kind : Certificate
4
+ metadata :
5
+ name : traefik-tls
6
+ namespace : default
7
+ spec :
8
+ secretName : traefik-tls
9
+ commonName : traefik.peach.benx.dev
10
+ issuerRef :
11
+ name : letsencrypt-prod
12
+ kind : ClusterIssuer
13
+ duration : 2160h
14
+ renewBefore : 72h
15
+ dnsNames :
16
+ - traefik.peach.benx.dev
17
+
18
+ ---
1
19
apiVersion : traefik.io/v1alpha1
2
20
kind : IngressRoute
3
21
metadata :
6
24
entryPoints :
7
25
- websecure
8
26
routes :
9
- - match : Host(`peach.benx.dev`) && (PathPrefix(`/dashboard`) || PathPrefix(`/api`))
27
+ - match : Host(`traefik. peach.benx.dev`) && (PathPrefix(`/dashboard`) || PathPrefix(`/api`))
10
28
kind : Rule
11
29
services :
12
30
- name : api@internal
13
31
kind : TraefikService
14
32
tls :
15
- secretName : peachide
33
+ secretName : traefik-tls
You can’t perform that action at this time.
0 commit comments