Skip to content

Commit 8989e1f

Browse files
authored
Update README.md
1 parent dc2aa5a commit 8989e1f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

examples/AWS/AWS-EKS/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ This process can also be done using the AWS Command Line Interface (CLI) or the
103103
1. Exectute the command:
104104
`helm repo add prometheus-community https://prometheus-community.github.io/helm-charts`
105105
2. Execute the command:
106-
`
106+
107107
helm install my-prometheus --repo https://prometheus-community.github.io/helm-charts prometheus \
108108
--namespace prometheus --create-namespace \
109109
--set pushgateway.enabled=false \
110110
--set alertmanager.enabled=false \
111111
-f https://raw.githubusercontent.com/opencost/opencost/develop/kubernetes/prometheus/extraScrapeConfigs.yaml
112-
`
112+
113113
## Deploying OpenCost
114114
1. Execute the command:
115115
`kubectl apply --namespace opencost -f https://raw.githubusercontent.com/opencost/opencost/develop/kubernetes/opencost.yaml`
@@ -121,13 +121,13 @@ This process can also be done using the AWS Command Line Interface (CLI) or the
121121
`helm repo add grafana https://grafana.github.io/helm-charts`
122122
2. Execute the command:
123123

124-
helm install grafana grafana/grafana \
125-
--namespace grafana \
126-
--set persistence.storageClassName="gp2" \
127-
--set persistence.enabled=true \
128-
--set adminPassword='EKS!sAWSome' \
129-
--values ${HOME}/environment/grafana/grafana.yaml \
130-
--set service.type=LoadBalancer
124+
helm install grafana grafana/grafana \
125+
--namespace grafana \
126+
--set persistence.storageClassName="gp2" \
127+
--set persistence.enabled=true \
128+
--set adminPassword='EKS!sAWSome' \
129+
--values ${HOME}/environment/grafana/grafana.yaml \
130+
--set service.type=LoadBalancer
131131

132132
3. Execute these commands to get the URL. Login in with the username admin and the password EKS!sAWsome
133133

0 commit comments

Comments
 (0)