Skip to content

Commit

Permalink
specify a different storage class for volume claim.
Browse files Browse the repository at this point in the history
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
  • Loading branch information
Fortune-Ndlovu committed Feb 6, 2025
1 parent de7d416 commit 65cfa88
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ upstream:
storageClass: custom-sc

backstage:
extraVolumeMounts:
# The initContainer below will install dynamic plugins in this volume mount.
- name: dynamic-plugins-root
mountPath: /opt/app-root/src/dynamic-plugins-root
extraVolumes:
# -- Ephemeral volume that will contain the dynamic plugins installed by the initContainer below at start.
- name: dynamic-plugins-root
Expand All @@ -25,7 +21,8 @@ upstream:
resources:
requests:
# -- Size of the volume that will contain the dynamic plugins. It should be large enough to contain all the plugins.
storage: 5Gi
storage: 3Gi
storageClassName: custom-sc
# Volume that will expose the `dynamic-plugins.yaml` file from the `dynamic-plugins` config map.
# The `dynamic-plugins` config map is created by the helm chart from the content of the `global.dynamic` field.
- name: dynamic-plugins
Expand Down

0 comments on commit 65cfa88

Please sign in to comment.