https://github.com/mss-boot-io/endpoint-discover
https://github.com/mss-boot-io/endpoint-discover
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mss-boot-io/endpoint-discover
- Owner: mss-boot-io
- Created: 2022-02-23T12:35:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-26T07:13:20.000Z (almost 3 years ago)
- Last Synced: 2025-02-07T16:16:57.679Z (3 months ago)
- Language: Go
- Size: 156 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Endpoint Discover
### usage
```yaml
- name: create endpoint discover
uses: lwnmengjing/[email protected]
with:
cluster-url: ${{ steps.kubeconfig.outputs.cluster_url }}
token: ${{ steps.kubeconfig.outputs.token }}
configmap-name: endpoint-discover
namespace: beta
protocols: 'grpc,http'
config-name: 'endpoints.yml'
```