Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
fix: v2
Browse files Browse the repository at this point in the history
  • Loading branch information
truxnell committed Jan 19, 2024
1 parent 005d9bc commit 7f092bb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions kubernetes/apps/services/kavita/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ spec:

ingress:
main:
enabled: true
ingressClassName: "external-nginx"
className: "external-nginx"
annotations:
nginx.ingress.kubernetes.io/auth-method: GET
nginx.ingress.kubernetes.io/auth-response-headers: Remote-User,Remote-Name,Remote-Groups,Remote-Email
Expand All @@ -55,6 +54,9 @@ spec:
paths:
- path: /
pathType: Prefix
service:
name: main
port: http
tls:
- hosts:
- *host
Expand All @@ -67,18 +69,17 @@ spec:

persistence:
config:
enabled: true
existingClaim: kavita-config-v1
mountPath: /kavita/config
media:
enabled: true
type: nfs
server: "helios.${INTERNAL_DOMAIN}"
path: /tank/natflix/
mountPath: /media
globalMounts:
- path: /media
backups:
enabled: true
type: nfs
server: "helios.${INTERNAL_DOMAIN}"
path: /tank/backup/kubernetes/apps/kavita
mountPath: /kavita/config/backups
globalMounts:
- path: /kavita/config/backups

0 comments on commit 7f092bb

Please sign in to comment.