theshire/kubernetes/apps/default/jellyseerr/app/helmrelease.yaml

94 lines
2.3 KiB
YAML
Raw Normal View History

2024-07-25 18:23:41 -05:00
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: jellyseerr
spec:
chart:
spec:
chart: app-template
version: 3.4.0
2024-07-25 18:23:41 -05:00
interval: 30m
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
install:
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
retries: 3
2024-07-25 19:46:31 -05:00
strategy: rollback
2024-07-25 18:23:41 -05:00
interval: 30m
values:
controllers:
jellyseerr:
annotations:
reloader.stakater.com/auto: "true"
containers:
app:
2024-07-25 18:33:27 -05:00
envFrom:
- secretRef:
name: jellyseerr-secret
2024-07-25 18:23:41 -05:00
env:
NODE_ENV: production
image:
repository: ghcr.io/jahanson/jellyseerr
tag: v1.9.2-postgresql
probes:
liveness:
enabled: true
readiness:
enabled: true
resources:
limits:
memory: 390Mi
requests:
cpu: 50m
memory: 390Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
type: statefulset
ingress:
app:
annotations:
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
external-dns.alpha.kubernetes.io/target: external.hsn.dev
2024-07-25 19:46:31 -05:00
className: external-nginx
2024-07-25 18:23:41 -05:00
hosts:
2024-07-25 19:52:08 -05:00
- host: &host jellyseerr.hsn.dev
2024-07-25 18:23:41 -05:00
paths:
- path: /
service:
identifier: app
port: http
2024-07-25 19:52:08 -05:00
tls:
- hosts:
- *host
2024-07-25 18:23:41 -05:00
service:
app:
controller: jellyseerr
ports:
http:
port: 5055
2024-07-25 18:41:40 -05:00
persistence:
config:
enabled: true
2024-07-25 18:42:38 -05:00
existingClaim: jellyseerr
2024-07-25 19:15:05 -05:00
globalMounts:
- path: /app/config
2024-07-25 19:27:33 -05:00
readOnly: false
2024-07-25 19:19:36 -05:00
logs:
type: emptyDir
globalMounts:
- path: /app/config/logs/
2024-07-25 19:57:16 -05:00
- path: /app/.next/cache
2024-07-25 19:27:33 -05:00
readOnly: false