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