mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-27 04:21:27 +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:
|
spec:
|
||||||
# renovate: registryUrl=https://k8s-at-home.com/charts/
|
# renovate: registryUrl=https://k8s-at-home.com/charts/
|
||||||
chart: lychee
|
chart: lychee
|
||||||
version: 4.4.0
|
version: 5.1.0
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: k8s-at-home-charts
|
name: k8s-at-home-charts
|
||||||
@@ -26,27 +26,27 @@ spec:
|
|||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
service:
|
service:
|
||||||
port:
|
main:
|
||||||
port: 80
|
annotations:
|
||||||
annotations:
|
prometheus.io/probe: "true"
|
||||||
prometheus.io/probe: "true"
|
prometheus.io/protocol: http
|
||||||
prometheus.io/protocol: http
|
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
main:
|
||||||
annotations:
|
enabled: true
|
||||||
kubernetes.io/ingress.class: "nginx"
|
annotations:
|
||||||
forecastle.stakater.com/expose: "true"
|
kubernetes.io/ingress.class: "nginx"
|
||||||
forecastle.stakater.com/appName: "Lychee"
|
forecastle.stakater.com/expose: "true"
|
||||||
forecastle.stakater.com/icon: "https://lycheeorg.github.io/docs/img/logo.png"
|
forecastle.stakater.com/appName: "Lychee"
|
||||||
hosts:
|
forecastle.stakater.com/icon: "https://lycheeorg.github.io/docs/img/logo.png"
|
||||||
- host: lychee.${SECRET_CLUSTER_DOMAIN}
|
hosts:
|
||||||
paths:
|
- host: lychee.${SECRET_CLUSTER_DOMAIN}
|
||||||
- path: /
|
paths:
|
||||||
pathType: Prefix
|
- path: /
|
||||||
tls:
|
pathType: Prefix
|
||||||
- hosts:
|
tls:
|
||||||
- "lychee.${SECRET_CLUSTER_DOMAIN}"
|
- hosts:
|
||||||
|
- "lychee.${SECRET_CLUSTER_DOMAIN}"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PHP_TZ: Europe/Paris
|
PHP_TZ: Europe/Paris
|
||||||
@@ -63,15 +63,7 @@ spec:
|
|||||||
mountPath: /mnt/storage/photo
|
mountPath: /mnt/storage/photo
|
||||||
existingClaim: nfs-photo-media
|
existingClaim: nfs-photo-media
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
files:
|
||||||
additionalVolumes:
|
enabled: true
|
||||||
- name: files
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: lychee-files
|
|
||||||
additionalVolumeMounts:
|
|
||||||
- name: files
|
|
||||||
mountPath: /uploads
|
mountPath: /uploads
|
||||||
subPath: uploads
|
existingClaim: lychee-files
|
||||||
- name: files
|
|
||||||
mountPath: /sym
|
|
||||||
subPath: sym
|
|
||||||
|
Reference in New Issue
Block a user