소스 검색

prometheus lan ingressroute

Josh Bicking 3 달 전
부모
커밋
431b6d01db
1개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  1. 18 0
      monitoring/prometheus/prometheus-ingressroute.yaml

+ 18 - 0
monitoring/prometheus/prometheus-ingressroute.yaml

@@ -0,0 +1,18 @@
+---
+apiVersion: traefik.containo.us/v1alpha1
+kind: IngressRoute
+metadata:
+  name: prometheus
+  namespace: monitoring
+spec:
+  entryPoints:
+  - websecure
+  routes:
+  - kind: Rule
+    match: Host(`prometheus.lan.jibby.org`)
+    services:
+    - kind: Service
+      name: prometheus
+      port: 9090
+
+