Setting Up a Webhook
In order to visualize git and container events in Kubviz, it is necessary to create a webhook for the respective repository.
You can create a webhook with your own customized data, and in the URL section, you can specify the following format.
- The URL for a git repository will appear in the following format:
https://<INGRESS HOSTNAME>/github
Please replace the /github
may vary depending on the git platform being used.
Possible values are:
Values | Platform |
---|---|
/github | GitHub |
/gitlab | GitLab |
/gitea | Gitea |
/bitbucket | BitBucket |
/azure | Azure |
- The URL for a Container Registry will appear in the following format:
http://<INGRESS HOSTNAME>/event/docker/hub
Please replace the
Possible values are:
Values | Platform |
---|---|
/event/docker/hub | DockerHub |
/event/azure/container | Azure |