Skip to content

Instantly share code, notes, and snippets.

@wwitzel3
Created June 23, 2020 20:20
Show Gist options
  • Save wwitzel3/ae760a8706bfae0b3811420f246713ab to your computer and use it in GitHub Desktop.
Save wwitzel3/ae760a8706bfae0b3811420f246713ab to your computer and use it in GitHub Desktop.
---
apiVersion: projectcontour.io/v1
kind: HTTPProxy
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"projectcontour.io/v1","kind":"HTTPProxy","metadata":{"annotations":{},"name":"httpbin","namespace":"wwitzel3"},"spec":{"routes":[{"services":[{"name":"httpbin","port":8080}]}],"virtualhost":{"fqdn":"sites.octant.dev"}}}
creationTimestamp: "2020-06-23T18:32:31Z"
generation: 5
name: httpbin
namespace: wwitzel3
resourceVersion: "498536"
selfLink: /apis/projectcontour.io/v1/namespaces/wwitzel3/httpproxies/httpbin
uid: b18459bd-df35-467a-8c8a-687e31407901
spec:
routes:
- services:
- name: httpbin
port: 8080
virtualhost:
fqdn: sites.octant.dev
status:
currentStatus: valid
description: valid HTTPProxy
loadBalancer:
ingress:
- ip: 35.225.173.169
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment