mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-27 12:33:58 +02:00
chore(deps): update helm release lychee to v5
Signed-off-by: Auricom <auricom@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@ spec:
|
||||
spec:
|
||||
# renovate: registryUrl=https://k8s-at-home.com/charts/
|
||||
chart: lychee
|
||||
version: 4.4.0
|
||||
version: 5.1.0
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: k8s-at-home-charts
|
||||
@@ -26,27 +26,27 @@ spec:
|
||||
type: Recreate
|
||||
|
||||
service:
|
||||
port:
|
||||
port: 80
|
||||
annotations:
|
||||
prometheus.io/probe: "true"
|
||||
prometheus.io/protocol: http
|
||||
main:
|
||||
annotations:
|
||||
prometheus.io/probe: "true"
|
||||
prometheus.io/protocol: http
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "nginx"
|
||||
forecastle.stakater.com/expose: "true"
|
||||
forecastle.stakater.com/appName: "Lychee"
|
||||
forecastle.stakater.com/icon: "https://lycheeorg.github.io/docs/img/logo.png"
|
||||
hosts:
|
||||
- host: lychee.${SECRET_CLUSTER_DOMAIN}
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- "lychee.${SECRET_CLUSTER_DOMAIN}"
|
||||
main:
|
||||
enabled: true
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "nginx"
|
||||
forecastle.stakater.com/expose: "true"
|
||||
forecastle.stakater.com/appName: "Lychee"
|
||||
forecastle.stakater.com/icon: "https://lycheeorg.github.io/docs/img/logo.png"
|
||||
hosts:
|
||||
- host: lychee.${SECRET_CLUSTER_DOMAIN}
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- "lychee.${SECRET_CLUSTER_DOMAIN}"
|
||||
|
||||
env:
|
||||
PHP_TZ: Europe/Paris
|
||||
@@ -63,15 +63,7 @@ spec:
|
||||
mountPath: /mnt/storage/photo
|
||||
existingClaim: nfs-photo-media
|
||||
readOnly: true
|
||||
|
||||
additionalVolumes:
|
||||
- name: files
|
||||
persistentVolumeClaim:
|
||||
claimName: lychee-files
|
||||
additionalVolumeMounts:
|
||||
- name: files
|
||||
files:
|
||||
enabled: true
|
||||
mountPath: /uploads
|
||||
subPath: uploads
|
||||
- name: files
|
||||
mountPath: /sym
|
||||
subPath: sym
|
||||
existingClaim: lychee-files
|
||||
|
Reference in New Issue
Block a user