Files
auricom-home-cluster/kubernetes/apps/default/lychee/app/helmrelease.yaml
feisar-bot[bot] 5c86b27599 ⬆️ Update lycheeorg/lychee-laravel ( v6.6.5 → v6.6.7 )
| datasource | package                  | from   | to     |
| ---------- | ------------------------ | ------ | ------ |
| docker     | lycheeorg/lychee-laravel | v6.6.5 | v6.6.7 |
2025-06-13 13:22:49 +02:00

114 lines
3.2 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 lychee
spec:
interval: 1h
chartRef:
kind: OCIRepository
name: app-template
namespace: flux-system
install:
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
strategy: rollback
retries: 3
values:
controllers:
lychee:
annotations:
reloader.stakater.com/auto: "true"
secret.reloader.stakater.com/reload: lychee-db-secret
containers:
app:
image:
repository: lycheeorg/lychee-laravel
tag: v6.6.7@sha256:6228370707ae65d4ac44a0ff03e0edd34348f05218d958069813313bdf2d234d
env:
TIMEZONE: ${TIMEZONE}
APP_NAME: Lychee
APP_URL: https://lychee.${SECRET_EXTERNAL_DOMAIN}
DB_CONNECTION: pgsql
PHP_TZ: ${TIMEZONE}
REDIS_HOST: dragonfly.database.svc.cluster.local.
REDIS_PORT: 6379
TRUSTED_PROXIES: "*"
envFrom:
- secretRef:
name: lychee-secret
resources:
requests:
cpu: 100m
memory: 256Mi
probes:
liveness: &probes
enabled: true
custom: true
spec:
httpGet: &probeHttpGet
path: /
port: &port 80
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readiness: *probes
startup:
enabled: true
custom: true
spec:
initialDelaySeconds: 0
timeoutSeconds: 1
periodSeconds: 10
failureThreshold: 30
httpGet: *probeHttpGet
service:
app:
controller: *app
ports:
http:
port: *port
ingress:
app:
enabled: true
className: external
annotations:
hajimari.io/icon: mdi:camera
gethomepage.dev/enabled: "true"
gethomepage.dev/name: Lychee
gethomepage.dev/description: Photo-management tool.
gethomepage.dev/group: Media
gethomepage.dev/icon: lychee.png
gethomepage.dev/pod-selector: >-
app in (
lychee
)
hosts:
- host: &host "{{ .Release.Name }}.${SECRET_EXTERNAL_DOMAIN}"
paths:
- path: /
service:
identifier: app
port: http
tls:
- hosts:
- *host
persistence:
config:
enabled: true
existingClaim: *app
globalMounts:
- path: /uploads
photo:
enabled: true
type: nfs
server: 192.168.9.10
path: /var/mnt/vol1/photo
globalMounts:
- path: /mnt/storage/photo