ingress corrections

This commit is contained in:
2024-05-02 20:13:04 +02:00
parent eb6c03f2d6
commit cbbcc63312

View File

@ -1,15 +1,15 @@
apiVersion: extensions/v1beta1
kind: Ingress
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: emby
namespace: emby
labels:
app: emby
rules:
- host: emby.steffenillium.de
http:
paths:
- path: /
backend:
serviceName: emby
servicePort: http
spec:
entryPoints:
- websecure-local
tls: {}
routes:
- match: Host(`emby.steffenillium.de`)
kind: Rule
services:
- name: emby
port: http