update tandoor

This commit is contained in:
Jan-Niklas Weghorn 2024-04-11 19:30:56 +02:00
parent f08374d140
commit ccfe0e4ccd
3 changed files with 5 additions and 3 deletions

View File

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

View File

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

View File

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