mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 04:59:54 +00:00
51 lines
1.0 KiB
YAML
51 lines
1.0 KiB
YAML
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: immich
|
|
namespace: immich
|
|
spec:
|
|
chart:
|
|
spec:
|
|
chart: immich
|
|
version: 0.x
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: immich
|
|
namespace: flux-system
|
|
interval: 15m
|
|
timeout: 5m
|
|
releaseName: immich
|
|
values:
|
|
image:
|
|
tag: v1.115.0
|
|
immich:
|
|
persistence:
|
|
library:
|
|
existingClaim: immich-data
|
|
|
|
postgresql:
|
|
enabled: true
|
|
|
|
redis:
|
|
enabled: true
|
|
|
|
server:
|
|
enabled: true
|
|
ingress:
|
|
main:
|
|
enabled: true
|
|
annotations:
|
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
|
hosts:
|
|
- host: immich.michaelthomson.dev
|
|
paths:
|
|
- path: "/"
|
|
tls:
|
|
- hosts:
|
|
- immich.michaelthomson.dev
|
|
secretName: letsencrypt-wildcard-cert-michaelthomson.dev
|
|
|
|
machine-learning:
|
|
enabled: true
|