Skip to content

Commit

Permalink
fix: 배포 CICD 테스트 (#76) (KAN-131)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywonchae1 committed Nov 5, 2024
1 parent a1a1a92 commit 50d1c0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ certificatesResolvers:
http:
routers:
server:
rule: "Host(`api.test-wonchae.p-e.kr`)"
service: server
tls:
certResolver: myresolver
certResolver: myresolver
domains:
main: "api.test-wonchae.p-e.kr"

0 comments on commit 50d1c0c

Please sign in to comment.