ソースを参照

Update radarr probe (#1135)

Stavros Kois 2 年 前
コミット
08ab3a4382

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

@@ -3,7 +3,7 @@ description: Radarr is a movie collection manager for Usenet and BitTorrent user
 annotations:
   title: Radarr
 type: application
-version: 1.0.2
+version: 1.0.3
 apiVersion: v2
 appVersion: 4.4.4.7068
 kubeVersion: '>=1.16.0-0'

BIN
library/ix-dev/community/radarr/charts/common-1.0.5.tgz


+ 3 - 7
library/ix-dev/community/radarr/templates/_radarr.tpl

@@ -27,21 +27,17 @@ workload:
               enabled: true
               type: http
               port: "{{ .Values.radarrNetwork.webPort }}"
-              path: /
-              # FIXME: Next release will include this endpoint without auth
-              # path: /ping
+              path: /ping
             readiness:
               enabled: true
               type: http
               port: "{{ .Values.radarrNetwork.webPort }}"
-              path: /
-              # path: /ping
+              path: /ping
             startup:
               enabled: true
               type: http
               port: "{{ .Values.radarrNetwork.webPort }}"
-              path: /
-              # path: /ping
+              path: /ping
       initContainers:
       {{- include "ix.v1.common.app.permissions" (dict "containerName" "01-permissions"
                                                         "UID" .Values.radarrRunAs.user