Skip to content

Instantly share code, notes, and snippets.

@p-le
Created September 23, 2020 01:30
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 p-le/3d28491c5f61b15897e2f6f5ed68cfc1 to your computer and use it in GitHub Desktop.
Save p-le/3d28491c5f61b15897e2f6f5ed68cfc1 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: nginx
annotations:
ingress.kubernetes.io/ssl-redirect: "false"
spec:
rules:
- http:
paths:
- path: /
backend:
serviceName: echoserver
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment