chore(deps): update helm release pyload to v5

Signed-off-by: Auricom <auricom@users.noreply.github.com>
This commit is contained in:
Renovate Bot
2021-06-28 14:50:55 +00:00
committed by auricom
parent e0889caecf
commit 347d75add2

View File

@@ -10,7 +10,7 @@ spec:
spec:
# renovate: registryUrl=https://k8s-at-home.com/charts/
chart: pyload
version: 4.4.1
version: 5.0.0
sourceRef:
kind: HelmRepository
name: k8s-at-home-charts
@@ -28,13 +28,10 @@ spec:
config:
enabled: true
existingClaim: pyload-config
additionalVolumeMounts:
- name: nfs-downloads-media
nfs-downloads-media:
enabled: true
existingClaim: nfs-downloads-media
mountPath: "/mnt/storage/downloads"
additionalVolumes:
- name: nfs-downloads-media
persistentVolumeClaim:
claimName: nfs-downloads-media
resources:
requests:
memory: 1Gi
@@ -42,10 +39,12 @@ spec:
limits:
memory: 5Gi
service:
main:
annotations:
prometheus.io/probe: "true"
prometheus.io/protocol: http
ingress:
main:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"