ingress werkt :)
This commit is contained in:
16
k8s_manifests/ingress.yaml
Normal file
16
k8s_manifests/ingress.yaml
Normal 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
|
Reference in New Issue
Block a user