Преглед на файлове

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

* fix bazarr probe

* faster probe
Stavros Kois преди 1 година
родител
ревизия
8542e474e6
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      library/ix-dev/community/bazarr/Chart.yaml
  2. 3 3
      library/ix-dev/community/bazarr/templates/_bazarr.tpl

+ 1 - 1
library/ix-dev/community/bazarr/Chart.yaml

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

+ 3 - 3
library/ix-dev/community/bazarr/templates/_bazarr.tpl

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