chore(recipes): correct path for nginx (#2284)

* chore(recipes): correct path for nginx

* update some docs

* chore(kimai): cleanup and bump

* nonroot
This commit is contained in:
Stavros Kois
2022-03-26 02:12:45 +02:00
committed by GitHub
parent 5f16bd75a1
commit 837c1606c6
14 changed files with 30 additions and 77 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.1.3"
description: Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.
name: recipes
version: 6.0.10
version: 6.0.11
kubeVersion: ">=1.16.0-0"
keywords:
- recipes
+2 -2
View File
@@ -5,8 +5,8 @@
persistence:
recipes-config:
enabled: "true"
mountPath: "/app/config.json"
subPath: "config.json"
mountPath: "/etc/nginx/nginx.conf"
subPath: "nginx.conf"
type: "custom"
volumeSpec:
configMap: