Skip to content

Commit 84f117f

Browse files
remove blobs-pvc from api deployment
1 parent b1a3d63 commit 84f117f

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

charts/blobscan-api/templates/blobs-pvc.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

charts/blobscan-api/templates/deployment.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,10 @@ spec:
6060
{{- end }}
6161
securityContext:
6262
{{- toYaml .Values.containerSecurityContext | nindent 12 }}
63+
{{- if .Values.extraVolumeMounts }}
6364
volumeMounts:
64-
- name: blobs-tmp
65-
mountPath: /tmp/blobscan-blobs
66-
{{- if .Values.extraVolumeMounts }}
67-
{{ toYaml .Values.extraVolumeMounts | nindent 12 }}
68-
{{- end }}
65+
{{- toYaml .Values.extraVolumeMounts | nindent 12 }}
66+
{{- end }}
6967
ports:
7068
- name: http
7169
containerPort: {{ include "blobscan.httpPort" . }}
@@ -182,9 +180,6 @@ spec:
182180
{{- toYaml .Values.tolerations | nindent 8 }}
183181
terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}
184182
volumes:
185-
- name: blobs-tmp
186-
persistentVolumeClaim:
187-
claimName: "blobscan-blobs-tmp"
188183
{{- if .Values.extraVolumes }}
189184
{{ toYaml .Values.extraVolumes | nindent 8}}
190185
{{- end }}

0 commit comments

Comments
 (0)