Skip to content

Commit

Permalink
Merge pull request #12 from Octops/fix/readme-svc-name
Browse files Browse the repository at this point in the history
Fix svc name in README
  • Loading branch information
danieloliveira079 authored Jan 23, 2024
2 parents 2df513f + aa9cbe3 commit ac6b1bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ Use Kubernetes port-forward mechanism to access the service's endpoint running w

```bash
# Terminal session #1
$ kubectl [-n NAMESPACE_NAME] port-forward svc/agones-broadcaster-http 8000
$ kubectl [-n NAMESPACE_NAME] port-forward svc/octops-broadcaster-http 8000

# Terminal session #2
$ curl localhost:8000/api/gameservers
```

### In-Cluster

The service's endpoint will be available to other services running within the cluster using the internal DNS name `agones-broadcaster-http.default.svc.cluster.local`.
The service's endpoint will be available to other services running within the cluster using the internal DNS name `octops-broadcaster-http.default.svc.cluster.local`.

### External World

Expand Down

0 comments on commit ac6b1bd

Please sign in to comment.