mirror of
https://github.com/truenas/charts.git
synced 2026-02-10 13:56:38 +08:00
Bazarr - Use a different endpoint for probes (#1681)
* fix bazarr probe * faster probe
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user