Skip to content

Instantly share code, notes, and snippets.

@0xAhmed
Created October 4, 2017 22:49
Show Gist options
  • Save 0xAhmed/4ea2f07d172eb1b665d1f6002ca82eac to your computer and use it in GitHub Desktop.
Save 0xAhmed/4ea2f07d172eb1b665d1f6002ca82eac to your computer and use it in GitHub Desktop.
Example k8s Ingress with default backend
kind: Ingress
apiVersion: extensions/v1beta1
metadata:
name: app-ingress
spec:
backend:
serviceName: kubeapp-production-service
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment