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
|
- condition: mariadb.enabled
|
||||||
name: mariadb
|
name: mariadb
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 2.0.7
|
version: 2.0.11
|
||||||
- condition: redis.enabled
|
- condition: redis.enabled
|
||||||
name: redis
|
name: redis
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
|
|||||||
@@ -61,6 +61,14 @@ envValueFrom:
|
|||||||
name: snipeit-secrets
|
name: snipeit-secrets
|
||||||
key: APP_KEY
|
key: APP_KEY
|
||||||
|
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
path: "/health"
|
||||||
|
readiness:
|
||||||
|
path: "/health"
|
||||||
|
startup:
|
||||||
|
path: "/health"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -85,7 +93,6 @@ mariadb:
|
|||||||
mariadbDatabase: snipe-it
|
mariadbDatabase: snipe-it
|
||||||
existingSecret: "mariadbcreds"
|
existingSecret: "mariadbcreds"
|
||||||
|
|
||||||
# Enabled redis
|
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
existingSecret: "rediscreds"
|
existingSecret: "rediscreds"
|
||||||
|
|||||||
Reference in New Issue
Block a user