Skip to content

Instantly share code, notes, and snippets.

@joejulian
Created August 9, 2018 20:15
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 joejulian/5fb226fc113a053ec9bbfefb434bdf37 to your computer and use it in GitHub Desktop.
Save joejulian/5fb226fc113a053ec9bbfefb434bdf37 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"extensions/v1beta1","kind":"Ingress","metadata":{"annotations":{"kubernetes.io/ingress.class":"traefik"},"labels":{"app":"production","build_id":"73712092","pipeline_id":"23524955"},"name":"production","namespace":"blog"},"spec":{"rules":[{"host":"joejulian.name","http":{"paths":[{"backend":{"serviceName":"production","servicePort":5000},"path":"/"}]}}],"tls":[{"hosts":["joejulian.name"],"secretName":"production-tls"}]}}
kubernetes.io/ingress.class: traefik
creationTimestamp: 2018-01-26T04:56:43Z
generation: 1
labels:
app: production
build_id: "73712092"
pipeline_id: "23524955"
name: production
namespace: blog
resourceVersion: "47219025"
selfLink: /apis/extensions/v1beta1/namespaces/blog/ingresses/production
uid: 4e0aa09c-0255-11e8-9364-42010a8a0040
spec:
rules:
- host: joejulian.name
http:
paths:
- backend:
serviceName: production
servicePort: 5000
path: /
tls:
- hosts:
- joejulian.name
secretName: production-tls
status:
loadBalancer: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment