We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I deployed Activiti 8.1 via Helm. Output is as follows:
- _ _ _ _ _ _____ _ _ /\ | | (_) (_) | (_) / ____| | | | / \ ___| |_ ___ ___| |_ _ | | | | ___ _ _ __| | / /\ \ / __| __| \ \ / / | __| | | | | |/ _ \| | | |/ _` | / ____ \ (__| |_| |\ V /| | |_| | | |____| | (_) | |_| | (_| | /_/ \_\___|\__|_| \_/ |_|\__|_| \_____|_|\___/ \__,_|\__,_| Version: 8.1.0 Thank you for installing activiti-cloud-full-example-8.1.0 Your release is named activiti. To learn more about the release, try: $ helm status activiti $ helm get activiti Get the application URLs: Activiti Gateway : https://activiti.k8s.example.com Activiti Identity : https://keycloak.k8s.example.com/auth Activiti Runtime Bundle : https://activiti.k8s.example.com/rb Activiti Cloud Connector : https://activiti.k8s.example.com/example-cloud-connector Activiti Query : https://activiti.k8s.example.com/query Activiti Audit : https://activiti.k8s.example.com/audit Notifications GraphiQL : https://activiti.k8s.example.com/notifications/graphiql Notifications WebSockets : https://activiti.k8s.example.com/notifications/ws/graphql Notifications Graphql : https://activiti.k8s.example.com/notifications/graphql
I'm using ingress-nginx/ingress-nginx. Btw. Helm is printing out it's https:// but actually it is http://
ingress-nginx/ingress-nginx
https://
http://
When calling http://activiti.k8s.example.com/ I get a HTTP 404. When calling 'http://keycloak.k8s.example.com/auth' I get the Keycloak interface. -> OK When calling 'http://keycloak.k8s.example.com/modeling-service' (or any other service) I get the following output in browser:
http://activiti.k8s.example.com/
{ "links" : [ { "rel" : "profile", "href" : "http://activiti.k8s.example.com/rb/profile" } ] }
Any ideas or clues?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I deployed Activiti 8.1 via Helm.
Output is as follows:
I'm using
ingress-nginx/ingress-nginx
.Btw. Helm is printing out it's
https://
but actually it ishttp://
When calling
http://activiti.k8s.example.com/
I get a HTTP 404.When calling 'http://keycloak.k8s.example.com/auth' I get the Keycloak interface. -> OK
When calling 'http://keycloak.k8s.example.com/modeling-service' (or any other service) I get the following output in browser:
Any ideas or clues?
Thank you in advance!
The text was updated successfully, but these errors were encountered: