mirror of
https://gitlab.com/oecis/charts.git
synced 2025-04-18 08:14:21 +02:00
update tandoor
This commit is contained in:
parent
f08374d140
commit
ccfe0e4ccd
3 changed files with 5 additions and 3 deletions
|
@ -6,5 +6,5 @@ sources:
|
|||
- https://github.com/TandoorRecipes/recipes
|
||||
- https://gitlab.com/oecis/charts/
|
||||
type: application
|
||||
version: 0.1.4
|
||||
appVersion: "1.5.12"
|
||||
version: 0.1.6
|
||||
appVersion: "1.5.17"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# tandoor
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Application for managing recipes, planning meals, building shopping lists and much much more!
|
||||
|
||||
|
|
|
@ -63,12 +63,14 @@ spec:
|
|||
scheme: HTTP
|
||||
port: 8080
|
||||
periodSeconds: 15
|
||||
initialDelaySeconds: 120
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
scheme: HTTP
|
||||
port: 8080
|
||||
periodSeconds: 15
|
||||
initialDelaySeconds: 120
|
||||
env:
|
||||
- name: DB_ENGINE
|
||||
value: "django.db.backends.postgresql"
|
||||
|
|
Loading…
Add table
Reference in a new issue