Fix path to entityident

This commit is contained in:
Tobias Eidelpes 2021-06-08 10:54:41 +02:00
parent c0a87c7700
commit 00b77988bd

View File

@ -11,7 +11,7 @@ spec:
rules: rules:
- http: - http:
paths: paths:
- path: /entity-ident/(.+) - path: /entityident/(.+)
backend: backend:
serviceName: entity-ident serviceName: entityident
servicePort: 5000 servicePort: 5000