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 506b8a4 commit 81309ab
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions infra/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spec:
tls:
- hosts:
- kitapkurdu.xyz
- www.kitapkurdu.xyz
secretName: kitapkurdu-tls
rules:
- host: kitapkurdu.xyz
Expand All @@ -33,3 +34,20 @@ spec:
port:
number: 80
pathType: Prefix
- host: www.kitapkurdu.xyz
http:
paths:
- backend:
service:
name: frontend-service
port:
number: 80
path: /
pathType: Prefix
- backend:
service:
name: backend-service
port:
number: 80
path: /api
pathType: Prefix

0 comments on commit 81309ab

Please sign in to comment.