Skip to content

Instantly share code, notes, and snippets.

@dblooman
Created May 8, 2018 22:06
Show Gist options
  • Save dblooman/0f4d0d22461eb0600310e41093ab67dc to your computer and use it in GitHub Desktop.
Save dblooman/0f4d0d22461eb0600310e41093ab67dc to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: foo-bar
spec:
rules:
- host: foo.bar
- http:
paths:
- path: /
backend:
serviceName: http-svc
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment