Update ingress.yaml

This commit is contained in:
John Hanzu Kim 2025-06-20 09:58:13 +09:00 committed by GitHub
parent fa44a379a6
commit e81c6f5aa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,4 +53,11 @@ spec:
name: store name: store
port: port:
number: 80 number: 80
- path: /api/images
pathType: Prefix
backend:
service:
name: store
port:
number: 80