Files
auricom-home-cluster/kubernetes/apps/default/recyclarr/app/helmrelease.yaml
feisar-bot[bot] 53a49230a2 ⬆️ Update app-template ( 3.7.2 → 3.7.3 )
| datasource | package      | from  | to    |
| ---------- | ------------ | ----- | ----- |
| helm       | app-template | 3.7.2 | 3.7.3 |
2025-03-15 21:40:30 +01:00

74 lines
1.8 KiB
YAML

---
# 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: &app recyclarr
spec:
interval: 30m
chart:
spec:
chart: app-template
version: 3.7.3
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
maxHistory: 2
install:
createNamespace: true
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
strategy: rollback
retries: 3
uninstall:
keepHistory: false
values:
controllers:
recyclarr:
annotations:
reloader.stakater.com/auto: "true"
containers:
app:
image:
repository: ghcr.io/recyclarr/recyclarr
tag: 7.4.1@sha256:759540877f95453eca8a26c1a93593e783a7a824c324fbd57523deffb67f48e1
env:
TZ: ${TIMEZONE}
envFrom:
- secretRef:
name: recyclarr-secret
resources:
requests:
cpu: 10m
memory: 64M
limits:
memory: 128M
pod:
securityContext:
runAsUser: 568
runAsGroup: 568
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
service:
app:
controller: *app
enabled: false
persistence:
config:
enabled: true
existingClaim: recyclarr
config-file:
type: configMap
name: recyclarr-configmap
globalMounts:
- path: /config/recyclarr.yml
subPath: recyclarr.yml
readOnly: true
- path: /config/settings.yml
subPath: settings.yml
readOnly: true