Skip to content

Commit

Permalink
Remove tls config
Browse files Browse the repository at this point in the history
  • Loading branch information
abatilo committed Jul 2, 2023
1 parent 7b2cddd commit a900f40
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions blog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ metadata:
name: blog-secure
spec:
entryPoints: ["web"]
tls:
secretName: blog-cert
routes:
- match: "Host(`aaronbatilo.dev`, `www.aaronbatilo.dev`)"
kind: "Rule"
Expand Down Expand Up @@ -123,8 +121,6 @@ metadata:
name: readme
spec:
entryPoints: ["web"]
tls:
secretName: readme-cert
routes:
- match: "Host(`readme.aaronbatilo.dev`)"
kind: "Rule"
Expand Down Expand Up @@ -162,8 +158,6 @@ metadata:
name: whoareyou
spec:
entryPoints: ["web"]
tls:
secretName: whoareyou-cert
routes:
- match: "Host(`whoareyou.aaronbatilo.dev`)"
kind: "Rule"
Expand Down

0 comments on commit a900f40

Please sign in to comment.