mirror of
https://github.com/truecharts/charts.git
synced 2026-07-16 14:06:05 -03:00
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:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user