This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
commit ec5b1eb51713b6f77d691b6f4deda7ed89e9e620 Author: Igal Shilman <[email protected]> AuthorDate: Tue Mar 31 22:56:38 2020 +0200 [FLINK-16899][example] Adjust endpoint to match python-worker-service.yaml The python worker's service is accessible via http://statefun-python:8000. This commit updates the endpoint definition in module.yaml to reflect that. This closes #86. --- statefun-examples/statefun-python-k8s-example/module.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statefun-examples/statefun-python-k8s-example/module.yaml b/statefun-examples/statefun-python-k8s-example/module.yaml index 03e6550..dee3eea 100644 --- a/statefun-examples/statefun-python-k8s-example/module.yaml +++ b/statefun-examples/statefun-python-k8s-example/module.yaml @@ -23,7 +23,7 @@ module: kind: http type: k8s-demo/greeter spec: - endpoint: http://python-worker:8000/statefun + endpoint: http://statefun-python:8000/statefun states: - seen_count maxNumBatchRequests: 500
