diff --git a/library/ix-dev/community/invidious/Chart.yaml b/library/ix-dev/community/invidious/Chart.yaml index 301742d182..caa147bf78 100644 --- a/library/ix-dev/community/invidious/Chart.yaml +++ b/library/ix-dev/community/invidious/Chart.yaml @@ -3,7 +3,7 @@ description: Invidious is an alternative front-end to YouTube annotations: title: Invidious type: application -version: 2.0.0 +version: 2.0.1 apiVersion: v2 appVersion: latest kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/invidious/templates/_invidious.tpl b/library/ix-dev/community/invidious/templates/_invidious.tpl index d6a866a0f8..d64b877068 100644 --- a/library/ix-dev/community/invidious/templates/_invidious.tpl +++ b/library/ix-dev/community/invidious/templates/_invidious.tpl @@ -26,18 +26,15 @@ workload: probes: liveness: enabled: true - type: http - path: /api/v1/comments/jNQXAC9IVRw + type: tcp port: {{ .Values.invidiousNetwork.webPort }} readiness: enabled: true - type: http - path: /api/v1/comments/jNQXAC9IVRw + type: tcp port: {{ .Values.invidiousNetwork.webPort }} startup: enabled: true - type: http - path: /api/v1/comments/jNQXAC9IVRw + type: tcp port: {{ .Values.invidiousNetwork.webPort }} initContainers: {{- include "ix.v1.common.app.permissions" (dict "containerName" "01-permissions"