Skip to content

Commit

Permalink
Update documentation & deployment samples for release v0.4.0 (#246)
Browse files Browse the repository at this point in the history
* Change to v0.4

* Change to v0.4

* Change to v0.4
  • Loading branch information
tomkerkhove authored Dec 10, 2018
1 parent 7a6c1ca commit dddcca4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: containo-orders-api
image: tomkerkhove/promitor-scraper:0.3.0
image: tomkerkhove/promitor-scraper:0.4
env:
- name: PROMITOR_HTTP_PORT
# Optional - Defines the port number on which HTTP traffic will be served.Provide the Azure AD App Id (default is 80)
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _For more information about advanced configuration, read our documentation [here
❯ docker run -d -p 8999:80 -e PROMITOR_AUTH_APPID='<azure-ad-app-id>' \
-e PROMITOR_AUTH_APPKEY='<azure-ad-app-key>' \
-v C:/Promitor/metrics-declaration.yaml:/config/metrics-declaration.yaml \
tomkerkhove/promitor-scraper:0.3.0
tomkerkhove/promitor-scraper:0.4
```

# Kubernetes
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ docker run -d -p 8999:80 --name promitor-scraper
--env PROMITOR_AUTH_APPID='<azure-ad-app-id>' \
--env PROMITOR_AUTH_APPKEY='<azure-ad-app-key>' \
--volume C:/Promitor/metrics-declaration.yaml:/config/metrics-declaration.yaml \
tomkerkhove/promitor-scraper:0.3.0
tomkerkhove/promitor-scraper:0.4
```

Docker image is available on [Docker Hub](https://hub.docker.com/r/tomkerkhove/promitor-scraper/).
Expand Down

0 comments on commit dddcca4

Please sign in to comment.