microservices-demo
microservices-demo copied to clipboard
Deployment scripts & config for Sock Shop
The microservice has a test script written based on WRK2?
**- Add labels appropriate to the issue** sock-shop demo, catalogue, catalogue-db **- Describe the expected behaviour and the actual behaviour** root@master:~# kubectl get pods -n sock-shop -o wide NAME READY...
Actually I want to instrument this application with Dynatrace. Need to do some changes for that in the source code. Can you please share me the location where I can...
In the helm chart most indentation are not used the same way. e.g. sometimes the `env` is specified without indentation: https://github.com/microservices-demo/microservices-demo/blob/9bffa02d273568b8bddaeaa9e5a3ef6a045b4151/deploy/kubernetes/helm-chart/templates/front-end-dep.yaml#L27-L29 but sometimes with: https://github.com/microservices-demo/microservices-demo/blob/9bffa02d273568b8bddaeaa9e5a3ef6a045b4151/deploy/kubernetes/helm-chart/templates/catalogue-db-dep.yaml#L21-L25 This PR will change the...
The helm chart uses a non existing value from `values.yaml`. This PR will change it to the correct value name.
change helm ingress template to use value instead of template. ## issue As in the _values.yml_ described a `ingress.host` can be defined: https://github.com/microservices-demo/microservices-demo/blob/9bffa02d273568b8bddaeaa9e5a3ef6a045b4151/deploy/kubernetes/helm-chart/values.yaml#L13-L17 When changing this value in a custom...
…s, and added :latest to all the versions as main tag - Read the contribution guidelines - Include a reference to a related issue in this repository - A description...
if someone want to import prometheus-stats-dashboard.json to grafana,he will find it's invalid.  so the problem is here ```json "targets": [{ "expr": "(time() - process_start_time_seconds{name="prometheus"})", "intervalFactor": 2, "refId": "A", "step":...
I wanted to share that we have implemented and improved the instrumentation for the demo app. We did this mostly so that we could do better demos of the application...
I have deploy the application using docker compose and its successful. But I am not able to access the application via browser.