Skip to content

Instantly share code, notes, and snippets.

@rdemorais
Created January 26, 2020 23:20
Show Gist options
  • Save rdemorais/148542004996e737780a1652d37e4ff2 to your computer and use it in GitHub Desktop.
Save rdemorais/148542004996e737780a1652d37e4ff2 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: ingress-ih
namespace: default
spec:
rules:
- host: web.meudominio.com.br
http:
paths:
- backend:
serviceName: web
servicePort: webnodeport
path: /*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment