Skip to content

Commit

Permalink
Mount blobvault in 'backend' deployment (#161)
Browse files Browse the repository at this point in the history
* Mount blobvault in 'backend' deployment

* Bump chart version

* Helm-Docs update

---------

Co-authored-by: Helio Machado <0x2b3bfa0+git@googlemail.com>
Co-authored-by: 0x2b3bfa0 <0x2b3bfa0@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 16, 2023
1 parent a56a772 commit 7071727
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: studio
description: A Helm chart for Kubernetes
type: application
version: 0.3.0
version: 0.3.1
appVersion: "v2.24.0"
maintainers:
- name: iterative
Expand Down
2 changes: 1 addition & 1 deletion charts/studio/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# studio

![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.24.0](https://img.shields.io/badge/AppVersion-v2.24.0-informational?style=flat-square)
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.24.0](https://img.shields.io/badge/AppVersion-v2.24.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
5 changes: 5 additions & 0 deletions charts/studio/templates/deployment-studio-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ spec:
failureThreshold: 5
timeoutSeconds: 60
volumeMounts:
- name: blobvault
mountPath: /blobvault
- name: studio-ca-certificates
mountPath: /usr/local/share/ca-certificates
resources:
Expand All @@ -122,6 +124,9 @@ spec:
name: {{ .Values.studioBackend.envFromSecret }}
{{- end }}
volumes:
- name: blobvault
persistentVolumeClaim:
claimName: blobvault
- name: studio-ca-certificates
configMap:
name: studio-ca-certificates
Expand Down

0 comments on commit 7071727

Please sign in to comment.