Created
October 4, 2017 22:49
-
-
Save 0xAhmed/4ea2f07d172eb1b665d1f6002ca82eac to your computer and use it in GitHub Desktop.
Example k8s Ingress with default backend
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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