eikek/docspell#2502 Started work on a helm chart for docspell including postgres and solr.

This commit is contained in:
2024-02-16 11:50:46 +01:00
parent d107343303
commit 8b0dfaedc1
26 changed files with 1566 additions and 0 deletions

View File

@ -0,0 +1,9 @@
apiVersion: v1
kind: Secret
metadata:
name: {{ include "docspell.fullname" . }}-joex-secret
labels:
{{- include "joex.labels" . | nindent 4}}
type: Opaque
stringData:
{{- include "docspell.secrets.JDBC" (dict "context" . "type" "joex") | nindent 4 -}}