Skip to content

Instantly share code, notes, and snippets.

@yishaihl
Created July 10, 2022 13:56
Show Gist options
  • Save yishaihl/93aa129154ecab04292281d91a488bc7 to your computer and use it in GitHub Desktop.
Save yishaihl/93aa129154ecab04292281d91a488bc7 to your computer and use it in GitHub Desktop.
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: nginx
name: "github-event-source-ingress"
spec:
rules:
- host: YOUR_BACKEND_URL
http:
paths:
- backend:
serviceName: github-event-source-eventsource-svc
servicePort: 12000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment