Update radarr probe (#1135)

This commit is contained in:
Stavros Kois
2023-04-16 23:11:24 +03:00
committed by GitHub
parent 9dc06a4d32
commit 08ab3a4382
3 changed files with 4 additions and 8 deletions

View File

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

View File

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