apiVersion: extensions/v1beta1 | |
kind: Ingress | |
metadata: | |
name: dev-ingress | |
labels: | |
name: dev-ingress | |
namespace: dev | |
annotations: | |
kubernetes.io/ingress.class: istio | |
spec: | |
rules: | |
- host: api.dev.voter-demo.com | |
http: | |
paths: | |
- path: /.* | |
backend: | |
serviceName: election | |
servicePort: 8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment