Skip to content

Commit

Permalink
Change traefik entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
abatilo committed Jul 2, 2023
1 parent 499a06f commit 7b2cddd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ kind: "IngressRoute"
metadata:
name: blog-secure
spec:
entryPoints: ["websecure"]
entryPoints: ["web"]
tls:
secretName: blog-cert
routes:
Expand Down Expand Up @@ -122,7 +122,7 @@ kind: "IngressRoute"
metadata:
name: readme
spec:
entryPoints: ["web", "websecure"]
entryPoints: ["web"]
tls:
secretName: readme-cert
routes:
Expand Down Expand Up @@ -161,7 +161,7 @@ kind: "IngressRoute"
metadata:
name: whoareyou
spec:
entryPoints: ["web", "websecure"]
entryPoints: ["web"]
tls:
secretName: whoareyou-cert
routes:
Expand Down

0 comments on commit 7b2cddd

Please sign in to comment.