Created
July 10, 2022 13:56
-
-
Save yishaihl/93aa129154ecab04292281d91a488bc7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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