Archive previous method of managing
This commit is contained in:
parent
50c669e7ba
commit
519ae41d84
22 changed files with 0 additions and 0 deletions
30
old/apps/kavita/kavita-ingress.yaml
Normal file
30
old/apps/kavita/kavita-ingress.yaml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||
gethomepage.dev/enabled: "true"
|
||||
gethomepage.dev/name: "Books"
|
||||
gethomepage.dev/description: "Ebooks and graphic novels by Kavita"
|
||||
gethomepage.dev/group: "Media"
|
||||
gethomepage.dev/icon: "kavita.png"
|
||||
name: kavita
|
||||
labels:
|
||||
name: kavita
|
||||
spec:
|
||||
rules:
|
||||
- host: library.nc.landry.land
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: kavita
|
||||
port:
|
||||
number: 5000
|
||||
path: /
|
||||
pathType: Prefix
|
||||
|
||||
tls:
|
||||
- hosts:
|
||||
- library.nc.landry.land
|
||||
secretName: kavita-tls
|
||||
Loading…
Add table
Add a link
Reference in a new issue