Skip to content

Instantly share code, notes, and snippets.

@fuho
Last active September 24, 2018 21:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fuho/979c113cbb312485850592106ee5c81d to your computer and use it in GitHub Desktop.
Save fuho/979c113cbb312485850592106ee5c81d to your computer and use it in GitHub Desktop.
Kubernetes Dashboard Ingress Yaml
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: kubernetes-dashboard-ingress
namespace: kube-system
spec:
rules:
- host: kubernetes
http:
paths:
- path: /
backend:
serviceName: kubernetes-dashboard
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment