stacks-instances/otc/penguin-observability.think-ahead.cloud/stacks/core/ingress-apps/kube-prometheus-stack-grafana.yaml

19 lines
408 B
YAML
Raw Normal View History

2025-05-26 12:28:25 +00:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: kube-prometheus-stack-grafana
namespace: monitoring
spec:
ingressClassName: nginx
rules:
- host: penguin-observability.think-ahead.cloud
http:
paths:
- backend:
service:
name: kube-prometheus-stack-grafana
port:
number: 80
path: /grafana
pathType: Prefix