Skip to content

Commit

Permalink
Attempt to use TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
spacez320 committed Apr 17, 2022
1 parent a6ad471 commit 5a1d0a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ metadata:
namespace: blog
spec:
entryPoints:
- web
- websecure
routes:
- match: Host(`eudaimonia.io`)
kind: Rule
services:
- name: blog
port: 80
tls:
secretName: eudaimonia.io-tls

0 comments on commit 5a1d0a7

Please sign in to comment.