feat(helm)!: Update Helm release lidarr to v14

This commit is contained in:
feisar-bot
2022-02-07 18:20:53 +00:00
committed by auricom
parent 7cb9a2e1f1
commit 6054bdef2a

View File

@@ -10,7 +10,7 @@ spec:
spec:
# renovate: registryUrl=https://k8s-at-home.com/charts/
chart: lidarr
version: 13.2.0
version: 14.0.0
sourceRef:
kind: HelmRepository
name: k8s-at-home-charts
@@ -47,12 +47,6 @@ spec:
existingClaim: qbittorrent-cache
mountPath: "/downloads"
service:
main:
annotations:
prometheus.io/probe: "true"
prometheus.io/protocol: http
ingress:
main:
enabled: true
@@ -61,8 +55,6 @@ spec:
nginx.ingress.kubernetes.io/proxy-body-size: "0"
nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify"
nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}"
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
# traefik.ingress.kubernetes.io/router.middlewares: networking-forward-auth@kubernetescrd, networking-buffering-small@kubernetescrd
hosts:
- host: "lidarr.${SECRET_CLUSTER_DOMAIN}"
paths:
@@ -74,8 +66,6 @@ spec:
api:
enabled: true
ingressClassName: "nginx"
# annotations:
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
hosts:
- host: "lidarr.${SECRET_CLUSTER_DOMAIN}"
paths:
@@ -92,32 +82,7 @@ spec:
limits:
memory: 1500Mi
prometheus:
podMonitor:
metrics:
enabled: true
prometheusRule:
enabled: true
interval: 10m
scrapeTimeout: 2m
additionalContainers:
- name: exportarr
image: ghcr.io/onedr0p/exportarr:v0.6.2
imagePullPolicy: IfNotPresent
args: ["exportarr", "lidarr"]
env:
- name: PORT
value: "32123"
- name: URL
value: "http://localhost"
- name: CONFIG
value: "/config/config.xml"
- name: ENABLE_UNKNOWN_QUEUE_ITEMS
value: "true"
- name: ENABLE_ADDITIONAL_METRICS
value: "true"
ports:
- name: exportarr
containerPort: 32123
volumeMounts:
- name: config
mountPath: /config
readOnly: true