Skip to content

Commit

Permalink
Merge pull request #36 from kubeshop/olelensmar/fix/openapi-servers
Browse files Browse the repository at this point in the history
Olelensmar/fix/openapi servers
  • Loading branch information
olensmar authored May 2, 2022
2 parents b7f8c60 + 4feaf8c commit f6c04e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# kuskgateway-api-server
# Kusk Gateway API Server

The REST API used by the [Kusk Dashboard](https://github.com/kubeshop/kusk-gateway-dashboard)

See [OpenAPI Definition](api/openapi.yaml) for available operations if you want to provide an integration.
See [OpenAPI Definition](api/openapi.yaml) for available operations if you want to provide an integration.

The Kusk CLI install command installs this together with the dashboard - see [Kusk Gateway Installation](https://kubeshop.github.io/kusk-gateway/cli/install-cmd/)
4 changes: 1 addition & 3 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ info:
title: Kusk Gateway API
description: "This is the Kusk Gateway Management API"
servers:
- url: http://localhost:4010
- url: http://localhost:8080/api
description: "My local endpoint mockup"
- url: http://147.75.33.177:8080
description: "Testing endpoint"
externalDocs:
description: "Find out more about Kusk-Gateway"
url: "https://kubeshop.github.io/kusk-gateway/"
Expand Down

0 comments on commit f6c04e2

Please sign in to comment.