remove provisioned config

This commit is contained in:
2024-02-22 22:01:57 -03:00
parent 6adb00b442
commit e429bc51f7
4 changed files with 1 additions and 30 deletions

View File

@@ -49,8 +49,6 @@ spec:
{{- end }}
volumeMounts:
- mountPath: /config
name: calibre-server-config
- mountPath: /books
name: calibre-server-books
resources:
{{- toYaml .Values.deployment.resources | nindent 12 }}
@@ -76,9 +74,6 @@ spec:
timeoutSeconds: 1
periodSeconds: 5
volumes:
- name: calibre-server-config
persistentVolumeClaim:
claimName: calibre-server-config
- name: calibre-server-books
persistentVolumeClaim:
claimName: {{ .Values.persistence.books.claimName }}