27 lines
513 B
YAML
27 lines
513 B
YAML
---
|
|
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: monitor
|
|
namespace: monitor
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
|
spec:
|
|
ingressClassName: haproxy
|
|
tls:
|
|
- hosts:
|
|
- monitor.ntwl.xyz
|
|
secretName: monitor-strix-systems-tls
|
|
rules:
|
|
- host: monitor.ntwl.xyz
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: kube-prometheus-stack-grafana
|
|
port:
|
|
number: 80
|