Skip to content

Commit

Permalink
feat: Update ingress.yaml to use kitapkurdu.xyz as the host
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmet Sayin authored and Mehmet Sayin committed Apr 15, 2024
1 parent 6099715 commit 37c0a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ spec:
ingressClassName: nginx
tls:
- hosts:
- kitapkurdu.alphaworld.ch
- kitapkurdu.xyz
secretName: kitapkurdu-tls
rules:
- host: kitapkurdu.alphaworld.ch
- host: kitapkurdu.xyz
http:
paths:
- path: /
Expand Down

0 comments on commit 37c0a6d

Please sign in to comment.