Skip to content

Commit

Permalink
Merge pull request #620 from Elao/add_tls_for_redirection
Browse files Browse the repository at this point in the history
add tls for redirection
  • Loading branch information
greedybro committed Jun 10, 2024
2 parents 972c42f + fcca029 commit 63ece7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/charts/website/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spec:
tls:
- hosts:
- www.elao.com
- elao.com
secretName: www.elao.com.tls
rules:
# Proxied to redirectionio service
Expand Down

0 comments on commit 63ece7b

Please sign in to comment.