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://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"

View file

@ -1,6 +1,6 @@
# tandoor # 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! Application for managing recipes, planning meals, building shopping lists and much much more!

View file

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