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
This commit is contained in:
Stavros Kois
2022-03-26 17:53:37 +02:00
committed by GitHub
parent 33eeec3418
commit d48ea61c25
2 changed files with 9 additions and 2 deletions

View File

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

View File

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