Fixed ingress spec for backend service name and port.
This commit is contained in:
@ -24,6 +24,9 @@ spec:
|
|||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
|
pathType: prefix
|
||||||
backend:
|
backend:
|
||||||
serviceName: grocy
|
service:
|
||||||
servicePort: 80
|
name: grocy
|
||||||
|
port:
|
||||||
|
number: 80
|
||||||
|
|||||||
Reference in New Issue
Block a user