mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
18 lines
317 B
YAML
18 lines
317 B
YAML
apiVersion: extensions/v1beta1
|
|
kind: Ingress
|
|
metadata:
|
|
name: grafana
|
|
namespace: monitoring
|
|
spec:
|
|
rules:
|
|
- host: grafana.192.168.15.15.nip.io
|
|
http:
|
|
paths:
|
|
- backend:
|
|
serviceName: grafana
|
|
servicePort: http
|
|
path: /
|
|
tls:
|
|
- hosts:
|
|
- grafana.192.168.15.15.nip.io
|