Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.13 KB

CONFIGURATION.md

File metadata and controls

39 lines (25 loc) · 1.13 KB

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.

  1. The URL for a git repository will appear in the following format:
https://<INGRESS HOSTNAME>/github

Please replace the section with the specific ingress host name of your git bridge, and the path /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
  1. The URL for a Container Registry will appear in the following format:
http://<INGRESS HOSTNAME>/event/docker/hub

Please replace the section with the specific ingress host name of your container bridge, and /event/docker/hub may vary depending on the container registry platform being used.

Possible values are:

Values Platform
/event/docker/hub DockerHub