Files
infra-prod/deploy/prometheus/manifests/prometheus-k8s-ingress.yaml
2025-03-29 23:37:41 +01:00

25 lines
507 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
name: prometheus-k8s
namespace: monitoring
spec:
ingressClassName: nginx
rules:
- host: monitoring.prod.panic.haus
http:
paths:
- backend:
service:
name: prometheus-k8s
port:
name: web
path: /
pathType: Prefix
tls:
- hosts:
- monitoring.prod.panic.haus
secretName: monitoring-tls