Compare commits
1 Commits
tdarr-0.0.
...
tdarr-0.0.
Author | SHA1 | Date | |
---|---|---|---|
57983912f5 |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: tdarr
|
name: tdarr
|
||||||
version: 0.0.2
|
version: 0.0.3
|
||||||
description: Chart for Tdarr V2
|
description: Chart for Tdarr V2
|
||||||
keywords:
|
keywords:
|
||||||
- video
|
- video
|
||||||
|
@@ -132,10 +132,6 @@ spec:
|
|||||||
- name: tdarr-node
|
- name: tdarr-node
|
||||||
image: "{{ .Values.node.image.repository }}:{{ .Values.node.image.tag }}"
|
image: "{{ .Values.node.image.repository }}:{{ .Values.node.image.tag }}"
|
||||||
imagePullPolicy: {{ .Values.node.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.node.image.pullPolicy }}
|
||||||
ports:
|
|
||||||
- name: api
|
|
||||||
containerPort: {{ .Values.node.service.api.port }}
|
|
||||||
protocol: TCP
|
|
||||||
env:
|
env:
|
||||||
{{- with (concat .Values.global.env .Values.node.env) }}
|
{{- with (concat .Values.global.env .Values.node.env) }}
|
||||||
{{- toYaml . | nindent 12 }}
|
{{- toYaml . | nindent 12 }}
|
||||||
@@ -149,7 +145,7 @@ spec:
|
|||||||
- name: serverIP
|
- name: serverIP
|
||||||
value: tdarr-server-api
|
value: tdarr-server-api
|
||||||
- name: serverPort
|
- name: serverPort
|
||||||
value: "{{ .Values.node.service.api.port }}"
|
value: "{{ .Values.server.service.api.port }}"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: tdarr-node-cache
|
- name: tdarr-node-cache
|
||||||
mountPath: /tcache
|
mountPath: /tcache
|
||||||
@@ -157,27 +153,6 @@ spec:
|
|||||||
mountPath: {{ .Values.global.persistence.media.mountPath }}
|
mountPath: {{ .Values.global.persistence.media.mountPath }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.node.resources | nindent 12 }}
|
{{- toYaml .Values.node.resources | nindent 12 }}
|
||||||
livenessProbe:
|
|
||||||
tcpSocket:
|
|
||||||
port: {{ .Values.node.service.api.port }}
|
|
||||||
initialDelaySeconds: 0
|
|
||||||
failureThreshold: 3
|
|
||||||
timeoutSeconds: 1
|
|
||||||
periodSeconds: 10
|
|
||||||
readinessProbe:
|
|
||||||
tcpSocket:
|
|
||||||
port: {{ .Values.node.service.api.port }}
|
|
||||||
initialDelaySeconds: 0
|
|
||||||
failureThreshold: 3
|
|
||||||
timeoutSeconds: 1
|
|
||||||
periodSeconds: 10
|
|
||||||
startupProbe:
|
|
||||||
tcpSocket:
|
|
||||||
port: {{ .Values.node.service.api.port }}
|
|
||||||
initialDelaySeconds: 0
|
|
||||||
failureThreshold: 30
|
|
||||||
timeoutSeconds: 1
|
|
||||||
periodSeconds: 5
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: tdarr-node-cache
|
- name: tdarr-node-cache
|
||||||
emptyDir:
|
emptyDir:
|
||||||
|
@@ -69,9 +69,6 @@ node:
|
|||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 2Gi
|
memory: 2Gi
|
||||||
service:
|
|
||||||
api:
|
|
||||||
port: 8266
|
|
||||||
persistence:
|
persistence:
|
||||||
cache:
|
cache:
|
||||||
size: 5Gi
|
size: 5Gi
|
||||||
|
Reference in New Issue
Block a user