Skip to content

Instantly share code, notes, and snippets.

@mandarjog
Last active February 23, 2018 02:16
Show Gist options
  • Save mandarjog/041b84ce1b36c4c92b4b69f5f21a800b to your computer and use it in GitHub Desktop.
Save mandarjog/041b84ce1b36c4c92b4b69f5f21a800b to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: istio
namespace: istio-system
annotations:
kubernetes.io/ingress.class: "istio"
spec:
rules:
- host: istio-mixer
http:
paths:
- backend:
serviceName: istio-mixer
servicePort: 42422
- host: istio-pilot
http:
paths:
- backend:
serviceName: istio-pilot
servicePort: 15003
- host: prometheus
http:
paths:
- backend:
serviceName: prometheus
servicePort: 9090
- host: grafana
http:
paths:
- backend:
serviceName: grafana
servicePort: 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment