create persistant volume in basis auth as well

This commit is contained in:
Rick
2026-02-02 12:10:53 +01:00
parent 96598510ee
commit 0ff442d61c
6 changed files with 75 additions and 39 deletions
@@ -127,6 +127,17 @@ Create the name of the PVC to use for Qdrant local persistent storage
{{- end }}
{{- end }}
{{/*
Create the name of the PVC to use for /app/data storage
*/}}
{{- define "nextcloud-mcp-server.dataStoragePvcName" -}}
{{- if .Values.dataStorage.existingClaim }}
{{- .Values.dataStorage.existingClaim }}
{{- else }}
{{- include "nextcloud-mcp-server.fullname" . }}-data-storage
{{- end }}
{{- end }}
{{/*
Return the MCP server port
*/}}