invidious: switch to tcp probe (#2366)

* invidious: switch to tcp probe

* fmt
This commit is contained in:
Stavros Kois
2024-04-15 12:28:51 +03:00
committed by GitHub
parent 5870917ef4
commit ab741f4973
2 changed files with 4 additions and 7 deletions

View File

@@ -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'

View File

@@ -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"