DEV Community

Discussion on: Cloud-Native CI/CD with Tekton - Laying The Foundation

Collapse
 
shuknk8s profile image
shuknk8s

Hi Martin,

This blog and the code repo complement each other well, one of the best for sure.

I have run into a stupid silly issue post install of the great Make script. The ingress is responding back with HTTP 503 when I tried hitting the webhook end point for git and also manually access localhost/

Can you please guide, the setup was a breeze on Ubuntu 20.04

curl -H 'X-GitHub-Event: push' \ ─╯

-H 'Content-Type: application/json' \
-d '{
  "repository": {"ssh_url": "git@github.com:kelseyhightower/nocode.git"},
  "head_commit": {"id": "6c073b08f7987018cbb2cb9a5747c84913b3608e", "message": "add style guide"},
  "ref": "refs/heads/master"
}' \
localhost
503 Service Temporarily Unavailable



503 Service Temporarily Unavailable




nginx