Skip to content

Commit 67e1d54

Browse files
committed
ingress fix
1 parent 1657921 commit 67e1d54

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

manifests/workflows/2_event-source-gh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
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

manifests/workflows/4_ingress.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
apiVersion: networking.k8s.io/v1
22
kind: Ingress
33
metadata:
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
99
spec:
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

0 commit comments

Comments
 (0)