Fixed ingress spec for backend service name and port.

This commit is contained in:
2022-05-01 10:03:54 +12:00
parent 0dec90b47a
commit 738ec0156e

View File

@ -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