Skip to content

Instantly share code, notes, and snippets.

@owainlewis
Created June 7, 2019 19:25
Show Gist options
  • Save owainlewis/db739f16a5bd244d10bd3b2237aeb955 to your computer and use it in GitHub Desktop.
Save owainlewis/db739f16a5bd244d10bd3b2237aeb955 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: example-ingress
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
rules:
- host: hello-world.info
http:
paths:
- path: /*
backend:
serviceName: web
servicePort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment