ingress werkt :)

This commit is contained in:
2024-10-29 12:06:08 +01:00
parent dc61328a2b
commit a96527c745
2 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: main-ingress
spec:
rules:
- host: "qbittorrent.local"
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: svc-qbittorrent
port:
number: 80