ingress created

This commit is contained in:
2025-11-07 07:49:15 +00:00
parent db6650853c
commit de9c3af440
+6 -7
View File
@@ -1,4 +1,3 @@
# ingress.yaml
---
apiVersion: networking.k8s.io/v1
kind: Ingress
@@ -6,15 +5,15 @@ metadata:
name: audiobookshelf
namespace: audiobookshelf
spec:
ingressClassName: haproxy
ingressClassName: nginx
rules:
- host: audiobookshelf.MYINTERNALDNS
- host: abs.realm.local
http:
paths:
- path: /
pathType: Prefix
backend:
- backend:
service:
name: audiobookshelf
port:
name: http
number: 80
path: /
pathType: Prefix