Skip to content

Instantly share code, notes, and snippets.

@superseb
Created July 14, 2017 11:10
Show Gist options
  • Save superseb/660f1956ccdb1fea77a6512c5a2ed925 to your computer and use it in GitHub Desktop.
Save superseb/660f1956ccdb1fea77a6512c5a2ed925 to your computer and use it in GitHub Desktop.
rancher kubernetes k8 grafana ingress
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: grafanalb
namespace: kube-system
spec:
backend:
serviceName: monitoring-grafana
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment