diff --git a/charts/tdarr/Chart.yaml b/charts/tdarr/Chart.yaml index 3740194..ba2c8c0 100644 --- a/charts/tdarr/Chart.yaml +++ b/charts/tdarr/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tdarr -version: 0.0.1 +version: 0.0.2 description: Chart for Tdarr V2 keywords: - video diff --git a/charts/tdarr/templates/deployment.yaml b/charts/tdarr/templates/deployment.yaml index 3abece5..a29dec7 100644 --- a/charts/tdarr/templates/deployment.yaml +++ b/charts/tdarr/templates/deployment.yaml @@ -146,13 +146,15 @@ spec: valueFrom: fieldRef: fieldPath: spec.nodeName + - name: serverIP + value: tdarr-server-api - name: serverPort value: "{{ .Values.node.service.api.port }}" volumeMounts: - name: tdarr-node-cache mountPath: /tcache - name: media-storage - mountPath: {{ .Values.global.persistence.media.mountPath }} + mountPath: {{ .Values.global.persistence.media.mountPath }} resources: {{- toYaml .Values.node.resources | nindent 12 }} livenessProbe: @@ -175,7 +177,7 @@ spec: initialDelaySeconds: 0 failureThreshold: 30 timeoutSeconds: 1 - periodSeconds: 5 + periodSeconds: 5 volumes: - name: tdarr-node-cache emptyDir: