Skip to content

Instantly share code, notes, and snippets.

@Jintian
Created September 12, 2017 16:00
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 Jintian/455aa075f87425548a81a3ee54689ac6 to your computer and use it in GitHub Desktop.
Save Jintian/455aa075f87425548a81a3ee54689ac6 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: dashboard-kibana-ingress
namespace: kube-system
spec:
rules:
- host: dashboard.mritd.me
http:
paths:
- backend:
serviceName: kubernetes-dashboard
servicePort: 80
- host: kibana.mritd.me
http:
paths:
- backend:
serviceName: kibana-logging
servicePort: 5601
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment