Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created June 20, 2018 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcrossley3/761a7c323614b3de4411fedb9cc8c92c to your computer and use it in GitHub Desktop.
Save jcrossley3/761a7c323614b3de4411fedb9cc8c92c to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: istio
creationTimestamp: 2018-06-20T18:08:42Z
generation: 1
name: git-webhook-ingress
namespace: default
ownerReferences:
- apiVersion: serving.knative.dev/v1alpha1
blockOwnerDeletion: true
controller: true
kind: Route
name: git-webhook
uid: f7380597-74b4-11e8-88e9-42010a8e002e
resourceVersion: "399089"
selfLink: /apis/extensions/v1beta1/namespaces/default/ingresses/git-webhook-ingress
uid: f7428a01-74b4-11e8-88e9-42010a8e002e
spec:
rules:
- host: git-webhook.default.crossleys.org
http:
paths:
- backend:
serviceName: git-webhook-service
servicePort: http
- host: '*.git-webhook.default.crossleys.org'
http:
paths:
- backend:
serviceName: git-webhook-service
servicePort: http
status:
loadBalancer:
ingress:
- ip: 35.231.106.124
[jim@localhost eventing]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment