mirror of
https://gitlab.com/oecis/charts.git
synced 2025-04-19 08:44:23 +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://github.com/TandoorRecipes/recipes
|
||||||
- https://gitlab.com/oecis/charts/
|
- https://gitlab.com/oecis/charts/
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.4
|
version: 0.1.6
|
||||||
appVersion: "1.5.12"
|
appVersion: "1.5.17"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# tandoor
|
# tandoor
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
Application for managing recipes, planning meals, building shopping lists and much much more!
|
Application for managing recipes, planning meals, building shopping lists and much much more!
|
||||||
|
|
||||||
|
|
|
@ -63,12 +63,14 @@ spec:
|
||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
port: 8080
|
port: 8080
|
||||||
periodSeconds: 15
|
periodSeconds: 15
|
||||||
|
initialDelaySeconds: 120
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
port: 8080
|
port: 8080
|
||||||
periodSeconds: 15
|
periodSeconds: 15
|
||||||
|
initialDelaySeconds: 120
|
||||||
env:
|
env:
|
||||||
- name: DB_ENGINE
|
- name: DB_ENGINE
|
||||||
value: "django.db.backends.postgresql"
|
value: "django.db.backends.postgresql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue