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:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user