Dynamic polling (#560)
* chore(deps): update helm chart common to v6.3.1 * Fix KMS and Unifi * try a collabora fix * Temporarily disable nzbget probes waiting for next common * try if firefly-iii wants https * Fix a linting error on nzbget and path issues with jackett/prototypeGUI also disable for podgrab for now (just like NZBget, till next common) * try polling the login path for firefly * fireflyiii back to http * APP_KEY typo and useless security context * again * fireflyiii fix broken db setup Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
co-authored by
Renovate Bot
parent
368026e9b1
commit
3ff41ac29e
@@ -3,7 +3,7 @@ appVersion: auto
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 6.1.1
|
||||
version: 6.3.1
|
||||
deprecated: false
|
||||
description: App to test GUI prototypes
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/develop/prototype-gui
|
||||
@@ -19,4 +19,4 @@ maintainers:
|
||||
name: prototype-gui
|
||||
sources: null
|
||||
type: application
|
||||
version: 1.1.3
|
||||
version: 1.2.0
|
||||
|
||||
@@ -9,6 +9,16 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.18.263
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
path: "/UI/Login"
|
||||
|
||||
readiness:
|
||||
path: "/UI/Login"
|
||||
|
||||
startup:
|
||||
path: "/UI/Login"
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||
|
||||
@@ -16,6 +16,16 @@ service:
|
||||
main:
|
||||
port: 9117
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
path: "/UI/Login"
|
||||
|
||||
readiness:
|
||||
path: "/UI/Login"
|
||||
|
||||
startup:
|
||||
path: "/UI/Login"
|
||||
|
||||
env: {}
|
||||
# TZ: UTC
|
||||
# PUID: 1001
|
||||
|
||||
Reference in New Issue
Block a user