Monitoring/manifests/prometheus/ingress.yaml

17 lines
337 B
YAML
Raw Normal View History

apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
2023-07-29 07:45:21 +00:00
metadata:
name: prometheus-ingress
namespace: monitoring
annotations:
kubernetes.io/ingress.class: "traefik-inter"
spec:
entryPoints:
- websecure
routes:
- kind: Rule
match: Host(`prometheus.entos`)
services:
- name: prometheus-svc
port: 80