Skip to content

Commit

Permalink
added missing classname in ingress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrptrc committed Oct 2, 2024
1 parent 92ab360 commit 6dd1505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model-serving/kubernetes/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
nginx.ingress.kubernetes.io/proxy-body-size: "16m"
nginx.org/client-max-body-size: "16m"
spec:
ingressClassName: nginx
rules:
- host: my-service.example.com
http:
Expand Down

0 comments on commit 6dd1505

Please sign in to comment.