Fix openkm volume mounts (#1084)

* initial add for openkm

* update volume mount for repository
This commit is contained in:
Ryan Holt 2021-07-09 15:43:10 -04:00 committed by GitHub
parent 596f049055
commit 053a8e1f85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 6 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.0.0 appVersion: 1.0.0
description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution. description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
name: openkm name: openkm
version: 1.0.0 version: 1.1.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- openkm - openkm

View File

@ -1,5 +1,4 @@
# openkm # OpenKM
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) ![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution. OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
@ -8,6 +7,7 @@ OpenKM integrates all essential documents management, collaboration and an advan
## Source Code ## Source Code
* <https://github.com/openkm/openkm-docker>
* <https://www.openkm.com/> * <https://www.openkm.com/>
* <https://github.com/openkm/document-management-system> * <https://github.com/openkm/document-management-system>
@ -107,8 +107,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[1.0.0]: #100
## Support ## Support
- See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/) - See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/)

View File

@ -39,4 +39,10 @@ ingress:
persistence: persistence:
data: data:
enabled: false enabled: false
mountPath: /opt/tomcat mountPath: /opt/tomcat/repository
mariadb:
enabled: false
postgresql:
enabled: false