mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00

| datasource | package | from | to | | ---------- | ------------ | ----- | ----- | | helm | app-template | 1.3.1 | 1.3.2 |
71 lines
1.5 KiB
YAML
71 lines
1.5 KiB
YAML
---
|
|
# yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/helmrelease_v2beta1.json
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: &app immich-machine-learning
|
|
namespace: default
|
|
spec:
|
|
interval: 15m
|
|
chart:
|
|
spec:
|
|
chart: app-template
|
|
version: 1.3.2
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: bjw-s
|
|
namespace: flux-system
|
|
maxHistory: 3
|
|
install:
|
|
createNamespace: true
|
|
remediation:
|
|
retries: 3
|
|
upgrade:
|
|
cleanupOnFail: true
|
|
remediation:
|
|
retries: 3
|
|
uninstall:
|
|
keepHistory: false
|
|
dependsOn:
|
|
- name: immich-server
|
|
values:
|
|
controller:
|
|
replicas: 3
|
|
strategy: RollingUpdate
|
|
annotations:
|
|
reloader.stakater.com/auto: "true"
|
|
image:
|
|
repository: ghcr.io/immich-app/immich-machine-learning
|
|
tag: v1.47.3
|
|
command: /bin/sh
|
|
args:
|
|
- ./entrypoint.sh
|
|
envFrom:
|
|
- secretRef:
|
|
name: immich-secret
|
|
- configMapRef:
|
|
name: immich-configmap
|
|
service:
|
|
main:
|
|
ports:
|
|
http:
|
|
port: 3003
|
|
persistence:
|
|
library:
|
|
enabled: true
|
|
existingClaim: immich-nfs
|
|
mountPath: /usr/src/app/upload
|
|
topologySpreadConstraints:
|
|
- maxSkew: 1
|
|
topologyKey: kubernetes.io/hostname
|
|
whenUnsatisfiable: DoNotSchedule
|
|
labelSelector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: *app
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 250Mi
|
|
limits:
|
|
memory: 1000Mi
|