Bazarr - Use a different endpoint for probes (#1681)

* fix bazarr probe

* faster probe
This commit is contained in:
Stavros Kois
2023-10-28 22:33:28 +03:00
committed by GitHub
parent 5a287b6dc0
commit 8542e474e6
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ description: Bazarr is a companion application to Sonarr and Radarr. It manages
annotations:
title: Bazarr
type: application
version: 1.1.1
version: 1.1.2
apiVersion: v2
appVersion: 1.4.0
kubeVersion: '>=1.16.0-0'

View File

@@ -31,17 +31,17 @@ workload:
enabled: true
type: http
port: "{{ .Values.bazarrNetwork.webPort }}"
path: /ping
path: /api/swagger.json
readiness:
enabled: true
type: http
port: "{{ .Values.bazarrNetwork.webPort }}"
path: /ping
path: /api/swagger.json
startup:
enabled: true
type: http
port: "{{ .Values.bazarrNetwork.webPort }}"
path: /ping
path: /api/swagger.json
initContainers:
{{- include "ix.v1.common.app.permissions" (dict "containerName" "01-permissions"
"UID" .Values.bazarrRunAs.user