Release paperlessngx helmchart v0.0.1

This commit is contained in:
Richard Tomik
2025-09-14 17:37:28 +02:00
parent 85b6787314
commit af1ecd86cb
11 changed files with 1301 additions and 0 deletions

View File

@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "paperless-ngx.fullname" . }}
labels:
{{- include "paperless-ngx.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "paperless-ngx.selectorLabels" . | nindent 4 }}