mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-27 12:33:58 +02:00
chore(deps): update helm release tdarr to v3
Signed-off-by: Auricom <auricom@users.noreply.github.com> chore(deps): update helm release tdarr to v3 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: tdarr
|
chart: tdarr
|
||||||
version: 2.4.0
|
version: 3.0.0
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: k8s-at-home-charts
|
name: k8s-at-home-charts
|
||||||
@@ -22,19 +22,18 @@ spec:
|
|||||||
tag: 2.00.10
|
tag: 2.00.10
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
controllerType: deployment
|
|
||||||
|
|
||||||
strategy:
|
|
||||||
type: Recreate
|
|
||||||
|
|
||||||
resources: {}
|
|
||||||
|
|
||||||
service:
|
service:
|
||||||
port:
|
main:
|
||||||
|
ports:
|
||||||
|
http:
|
||||||
port: 8265
|
port: 8265
|
||||||
annotations:
|
annotations:
|
||||||
prometheus.io/probe: "true"
|
prometheus.io/probe: "true"
|
||||||
prometheus.io/protocol: http
|
prometheus.io/protocol: http
|
||||||
|
server:
|
||||||
|
enabled: true
|
||||||
|
protocol: TCP
|
||||||
|
port: 8266
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: Europe/Paris
|
TZ: Europe/Paris
|
||||||
@@ -42,44 +41,26 @@ spec:
|
|||||||
serverIP: 0.0.0.0
|
serverIP: 0.0.0.0
|
||||||
serverPort: 8266
|
serverPort: 8266
|
||||||
|
|
||||||
nodeSelector: {}
|
node:
|
||||||
|
enabled: true
|
||||||
|
id: node
|
||||||
|
image:
|
||||||
|
repository: haveagitgat/tdarr_node
|
||||||
|
tag: 2.00.10
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
tolerations: []
|
persistence:
|
||||||
|
config:
|
||||||
affinity: {}
|
data: true
|
||||||
|
|
||||||
podAnnotations: {}
|
|
||||||
|
|
||||||
additionalContainers:
|
|
||||||
- name: node
|
|
||||||
image: haveagitgat/tdarr_node:2.00.10
|
|
||||||
env:
|
|
||||||
- name: TZ
|
|
||||||
value: "Europe/Paris"
|
|
||||||
- name: nodeID
|
|
||||||
value: healthchecks
|
|
||||||
- name: serverIP
|
|
||||||
value: "localhost"
|
|
||||||
- name: serverPort
|
|
||||||
value: "8266"
|
|
||||||
volumeMounts:
|
|
||||||
- name: nfs-video-media
|
|
||||||
mountPath: /mnt/storage/video
|
|
||||||
|
|
||||||
additionalVolumeMounts:
|
|
||||||
- name: tdarr-data
|
|
||||||
mountPath: /app/server
|
mountPath: /app/server
|
||||||
- name: nfs-video-media
|
existingClaim: tdarr-data
|
||||||
mountPath: /mnt/storage/video
|
media:
|
||||||
additionalVolumes:
|
enabled: true
|
||||||
- name: tdarr-data
|
mountPath: /media
|
||||||
persistentVolumeClaim:
|
existingClaim: nfs-video-media
|
||||||
claimName: tdarr-data
|
|
||||||
- name: nfs-video-media
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: nfs-video-media
|
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
|
main:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: "nginx"
|
kubernetes.io/ingress.class: "nginx"
|
||||||
|
Reference in New Issue
Block a user