From d48ea61c25e58a17d970a2849accd7ef5f538bc8 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sat, 26 Mar 2022 17:53:37 +0200 Subject: [PATCH] fix(snipe-it): adjust probe (#2270) * fix(snipe-it): adjust probe * test new common and mariadb * test new new common * no message * test new new new commmon * bump cmmon/db * test * test * bump * new repo tets --- charts/stable/snipe-it/Chart.yaml | 2 +- charts/stable/snipe-it/values.yaml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/charts/stable/snipe-it/Chart.yaml b/charts/stable/snipe-it/Chart.yaml index 1e4cb11e7ea..1a95834430c 100644 --- a/charts/stable/snipe-it/Chart.yaml +++ b/charts/stable/snipe-it/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://truecharts.org/ - version: 2.0.7 + version: 2.0.11 - condition: redis.enabled name: redis repository: https://truecharts.org diff --git a/charts/stable/snipe-it/values.yaml b/charts/stable/snipe-it/values.yaml index 383b6367ba1..c2c7c8dc7d7 100644 --- a/charts/stable/snipe-it/values.yaml +++ b/charts/stable/snipe-it/values.yaml @@ -61,6 +61,14 @@ envValueFrom: name: snipeit-secrets key: APP_KEY +probes: + liveness: + path: "/health" + readiness: + path: "/health" + startup: + path: "/health" + service: main: ports: @@ -85,7 +93,6 @@ mariadb: mariadbDatabase: snipe-it existingSecret: "mariadbcreds" -# Enabled redis redis: enabled: true existingSecret: "rediscreds"