"Updates"

This commit is contained in:
2026-07-22 09:06:38 +02:00
parent 2c3b30eef2
commit dc6355039d
3 changed files with 105 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: traefik-ingress
namespace: kube-system
annotations:
spec.ingressClassName: traefik
spec:
rules:
- host: trfk.delmar.bzh # Replace YOUR_DOMAIN_NAME with your own domain.
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: traefik-dashboard
port:
number: 9000