We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d8c76 commit 70e2613Copy full SHA for 70e2613
argocd-apps-rd/grafana-ingressroute.yaml
@@ -0,0 +1,30 @@
1
+apiVersion: traefik.containo.us/v1alpha1
2
+kind: IngressRoute
3
+metadata:
4
+ name: grafana-ingressroute
5
+ namespace: monitoring
6
+spec:
7
+ entryPoints:
8
+ - websecure
9
+ routes:
10
+ - kind: Rule
11
+ match: Host(`grafana.192.168.87.157.nip.io`)
12
+ priority: 10
13
+ services:
14
+ - name: kube-prometheus-stack-grafana
15
+ port: 80
16
+ tls:
17
+ secretName: grafana.192.168.87.157.nip.io
18
+---
19
+apiVersion: cert-manager.io/v1
20
+kind: Certificate
21
22
+ name: grafana.192.168.87.157.nip.io
23
24
25
+ dnsNames:
26
+ - grafana.192.168.87.157.nip.io
27
28
+ issuerRef:
29
+ name: selfsigned
30
+ kind: ClusterIssuer
0 commit comments