Added mealie api ingress

This commit is contained in:
Marcus Noble 2022-05-11 11:23:17 +00:00
parent 63fd434a2d
commit 5403e21421
1 changed files with 10 additions and 0 deletions

View File

@ -172,3 +172,13 @@ spec:
name: mealie
port:
name: web
- host: mealie.cluster.fun
http:
paths:
- path: /api
pathType: ImplementationSpecific
backend:
service:
name: mealie-api
port:
name: api