File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1919 endpoint : /push
2020 port : " 12000"
2121 method : POST
22- url : https://event-hook-gh .sith.network
22+ url : https://github-webhook-gitops .sith.network
2323 events :
2424 - " *"
2525 insecure : true
Original file line number Diff line number Diff line change 11apiVersion : networking.k8s.io/v1
22kind : Ingress
33metadata :
4- name : github-webhook-ingress
4+ name : github-gitops- webhook-ingress
55 namespace : events
66 annotations :
77 nginx.ingress.kubernetes.io/backend-protocol : " HTTP"
88 nginx.ingress.kubernetes.io/rewrite-target : /$1
99spec :
10+ tls :
11+ - hosts :
12+ - github-webhook-gitops.sith.network
1013 rules :
11- - host : github-webhook.example.com
14+ - host : github-webhook-gitops.sith.network
1215 http :
1316 paths :
1417 - path : /push
1518 pathType : Prefix
1619 backend :
1720 service :
18- name : https://event-hook-gh.sith.network
21+ name : github-eventsource-svc
1922 port :
2023 number : 12000
You can’t perform that action at this time.
0 commit comments