mirror of
https://gitlab.com/oecis/charts.git
synced 2024-11-15 00:28:59 +00:00
update tandoor
This commit is contained in:
parent
f08374d140
commit
ccfe0e4ccd
@ -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
|
||||
|
||||
![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.12](https://img.shields.io/badge/AppVersion-1.5.12-informational?style=flat-square)
|
||||
![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.17](https://img.shields.io/badge/AppVersion-1.5.17-informational?style=flat-square)
|
||||
|
||||
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…
Reference in New Issue
Block a user