prom ingress

This commit is contained in:
2024-05-03 18:22:04 +02:00
parent 399dde3fe5
commit ee799a82f6
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,14 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: prometheus-server
spec:
entryPoints:
- websecure-local
tls: {}
routes:
- match: Host(prometheus.steffenillium.de`)
kind: Rule
services:
- name: prometheus-server
port: 80

View File

@ -1,7 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# namespace: prometheus
resources:
- ingress.yaml
helmCharts:
- name: prometheus