ingress created
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user