diff --git a/workout-system/workout.yaml b/workout-system/workout.yaml index 7e00cc2..74ba1b8 100644 --- a/workout-system/workout.yaml +++ b/workout-system/workout.yaml @@ -102,6 +102,8 @@ spec: value: "Europe/Budapest" - name: DJANGO_SETTINGS_MODULE value: "config.settings.production" + - name: DJANGO_CACHE_TIMEOUT + value: "120" # Database - name: DJANGO_DB_ENGINE value: "django.db.backends.postgresql" @@ -244,6 +246,8 @@ spec: secretKeyRef: name: wger-db key: password + - name: DJANGO_CACHE_TIMEOUT + value: "120" - name: CELERY_BROKER value: "redis://wger-redis:6379/2" - name: CELERY_BACKEND @@ -296,6 +300,8 @@ spec: secretKeyRef: name: wger-app key: signing-key + - name: DJANGO_CACHE_TIMEOUT + value: "120" - name: DJANGO_DB_ENGINE value: "django.db.backends.postgresql" - name: DJANGO_DB_HOST