first commit
This commit is contained in:
19
clusters/default/apps/jellyseerr/Values.yaml
Normal file
19
clusters/default/apps/jellyseerr/Values.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: jellyseerr
|
||||
namespace: prod
|
||||
|
||||
image:
|
||||
repository: jellyseerr/jellyseerr
|
||||
tag: 2.7.0
|
||||
|
||||
env:
|
||||
LOG_LEVEL: info
|
||||
timezone: "Asia/Kolkata"
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
existingClaim: true
|
||||
claimName: "longhorn-jellyseerr"
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
port: 5055
|
||||
Reference in New Issue
Block a user