Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Update of readme
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes <[email protected]>
  • Loading branch information
johannes-b committed Jun 7, 2021
1 parent dbec530 commit 3b0aafa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Please always double-check the version of Keptn you are using compared to the ve
| 0.8.0-alpha | keptncontrib/prometheus-service:0.4.0-alpha |
| 0.8.0 | keptncontrib/prometheus-service:0.4.0 |
| 0.8.1, 0.8.2 | keptncontrib/prometheus-service:0.5.0 |

| 0.8.1 - 0.8.3 | keptncontrib/prometheus-service:0.6.0 |

## Setup Prometheus Monitoring

Expand Down Expand Up @@ -78,7 +78,7 @@ Some environment variables have to set up in the prometheus-service deployment
* Download the Keptn's Prometheus service manifest
```bash
wget https://raw.githubusercontent.com/keptn-contrib/prometheus-service/release-0.5.0/deploy/service.yaml
wget https://raw.githubusercontent.com/keptn-contrib/prometheus-service/release-0.6.0/deploy/service.yaml
```

* Replace the environment variable value according to the use case and apply the manifest
Expand All @@ -88,7 +88,7 @@ kubectl apply -f service.yaml

* Install Role and Rolebinding to permit Keptn's prometheus-service for performing operations in the Prometheus installed namespace.
```bash
kubectl apply -f https://raw.githubusercontent.com/keptn-contrib/prometheus-service/release-0.4.0/deploy/role.yaml -n <PROMETHEUS_NS>
kubectl apply -f https://raw.githubusercontent.com/keptn-contrib/prometheus-service/release-0.6.0/deploy/role.yaml -n <PROMETHEUS_NS>
```

* Execute the following command to install Prometheus and set up the rules for the *Prometheus Alerting Manager*:
Expand Down
2 changes: 1 addition & 1 deletion deploy/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: distributor
image: keptn/distributor:0.8.2
image: keptn/distributor:0.8.3
ports:
- containerPort: 8080
resources:
Expand Down

0 comments on commit 3b0aafa

Please sign in to comment.