mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
3643fdedad
This is deprecated too, but not for as long. I wanted to change it to networking/v1, but ksonnet doesn't support that.
18 lines
322 B
YAML
18 lines
322 B
YAML
apiVersion: networking.k8s.io/v1beta1
|
|
kind: Ingress
|
|
metadata:
|
|
name: grafana
|
|
namespace: monitoring
|
|
spec:
|
|
rules:
|
|
- host: grafana.192.168.1.15.nip.io
|
|
http:
|
|
paths:
|
|
- backend:
|
|
serviceName: grafana
|
|
servicePort: http
|
|
path: /
|
|
tls:
|
|
- hosts:
|
|
- grafana.192.168.1.15.nip.io
|