diff --git a/apigateway/examples/house-keeping-job/values-purge-transaction-events-job.yaml b/apigateway/examples/house-keeping-job/values-purge-transaction-events-job.yaml index 571e08e..c3e3ad0 100644 --- a/apigateway/examples/house-keeping-job/values-purge-transaction-events-job.yaml +++ b/apigateway/examples/house-keeping-job/values-purge-transaction-events-job.yaml @@ -29,5 +29,5 @@ jobs: - -c - >- echo "Purge Transaction Events in [${DEPLOYMENT}]" ... && - curl -X DELETE -s -u "Administrator:${password}" "${DEPLOYMENT}:5555/rest/apigateway/apitransactions?eventType=ALL&objectType=Analytics&from=&until=&olderThan=7d" && - curl -X GET -s -u "Administrator:${password}" "${DEPLOYMENT}:5555/rest/apigateway/apitransactions/jobs" + curl -X DELETE -s -u "Administrator:${password}" "${DEPLOYMENT}-admin:5555/rest/apigateway/apitransactions?eventType=ALL&objectType=Analytics&from=&until=&olderThan=7d" && + curl -X GET -s -u "Administrator:${password}" "${DEPLOYMENT}-admin:5555/rest/apigateway/apitransactions/jobs" diff --git a/mywebmethodsserver/helm/README.md b/mywebmethodsserver/helm/README.md index ae22afb..b9f31dc 100644 --- a/mywebmethodsserver/helm/README.md +++ b/mywebmethodsserver/helm/README.md @@ -23,7 +23,7 @@ Sub-folder `examples` contains some *values* examples for more use-cases. To use Install release with pulling image and setting secret (to pull image) ... ```shell -helm install wm-mws microservicesruntime +helm install wm-mws mywebmethodsserver ``` ... define default domain name of Ingress service host ... diff --git a/mywebmethodsserver/helm/README.md.gotmpl b/mywebmethodsserver/helm/README.md.gotmpl index dd69d36..ef802e5 100644 --- a/mywebmethodsserver/helm/README.md.gotmpl +++ b/mywebmethodsserver/helm/README.md.gotmpl @@ -23,7 +23,7 @@ Sub-folder `examples` contains some *values* examples for more use-cases. To use Install release with pulling image and setting secret (to pull image) ... ```shell -helm install wm-mws microservicesruntime +helm install wm-mws mywebmethodsserver ``` ... define default domain name of Ingress service host ...