Skip to content

Commit 4d6fb55

Browse files
authored
Update README-NGINX.md
1 parent bed9465 commit 4d6fb55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platform/azure/README-NGINX.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,16 @@ ibm-licensing-service-instance nginx * xxx.xxx.xxx.xxx 80 11m
131131
You will be able to access the IBM License Service by retrieving the URL with this command:
132132

133133
```bash
134-
export LICENSING_URL=$(kubectl get ingress ibm-licensing-service-instance -n ibm-licensing -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')/ibm-licensing-service-instance
134+
export LICENSING_URL=$(kubectl get ingress ibm-licensing-service-instance -n ibm-licensing -o jsonpath='{.status.loadBalancer.ingress[0].ip}')/ibm-licensing-service-instance
135135
export TOKEN=$(kubectl get secret ibm-licensing-token -n ibm-licensing -o jsonpath='{.data.token}' |base64 -d)
136136
```
137137

138-
You can access the `http://${LICENSING_URL}:8080/status?token=${TOKEN}` URL to view the licensing usage.
138+
You can access the `http://${LICENSING_URL}/status?token=${TOKEN}` URL to view the licensing usage.
139139

140140
Otherwise, you can also retrieve the licensing report .zip file by running:
141141

142142
```bash
143-
curl "http://${LICENSING_URL}:8080/snapshot?token=${TOKEN}" --output report.zip
143+
curl "http://${LICENSING_URL}/snapshot?token=${TOKEN}" --output report.zip
144144
```
145145

146146
If your IBM License Service instance is not running properly, refer to this [troubleshooting page](https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.9?topic=service-troubleshooting-license).

0 commit comments

Comments
 (0)