Skip to content

Commit

Permalink
Fix ingress indent
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarquis committed Apr 11, 2024
1 parent 5dc62d8 commit 4b8060f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kubernetes/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ spec:
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: my-service-service
port:
number: 80
pathType: Prefix
backend:
service:
name: my-service-service
port:
number: 80
tls:
- hosts:
- my-service.example.com
Expand Down

0 comments on commit 4b8060f

Please sign in to comment.