mirror of
https://github.com/truenas/charts.git
synced 2026-04-02 18:28:32 +08:00
Update radarr probe (#1135)
This commit is contained in:
@@ -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'
|
||||
|
||||
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user