Skip to content

Commit

Permalink
Update ingress.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
latifyildirim authored May 2, 2024
1 parent 81309ab commit 3d8bacd
Showing 1 changed file with 16 additions and 32 deletions.
48 changes: 16 additions & 32 deletions infra/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,37 +17,21 @@ spec:
- www.kitapkurdu.xyz
secretName: kitapkurdu-tls
rules:
- host: kitapkurdu.xyz
- host: '*.kitapkurdu.xyz'
http:
paths:
- path: /
backend:
service:
name: frontend-service
port:
number: 80
pathType: Prefix
- path: /api
backend:
service:
name: backend-service
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
- path: /
pathType: Prefix
backend:
service:
name: frontend-service
port:
number: 80
- path: /api
pathType: Prefix
backend:
service:
name: backend-service
port:
number: 80

0 comments on commit 3d8bacd

Please sign in to comment.