Skip to content

Instantly share code, notes, and snippets.

@Jintian
Last active September 13, 2017 03:41
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/fc38fa796cc2eba86b85e7335d8af732 to your computer and use it in GitHub Desktop.
Save Jintian/fc38fa796cc2eba86b85e7335d8af732 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: k8s.insight.admin.taobao.org
http:
paths:
- backend:
serviceName: kubernetes-dashboard
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment