jelly: update values

This commit is contained in:
alexandra catalina 2024-03-29 08:57:57 -07:00
parent dcf4e4e5e9
commit 9efdc428da
5 changed files with 12 additions and 12 deletions

View file

@ -16,5 +16,5 @@ steps:
- *kubectl_setup
- helm repo add yandex-s3 https://yandex-cloud.github.io/k8s-csi-s3/charts
- helm repo update
- helm upgrade --install csi-s3-library yandex-s3/csi-s3 --version 0.40.6 --values csi-s3/values.yaml --namespace csi-s3-library --atomic
- helm upgrade --install csi-s3 yandex-s3/csi-s3 --version 0.40.6 --values csi-s3/values.yaml --namespace csi-s3 --atomic
secrets: [KUBEAUTH]

View file

@ -1,6 +1,6 @@
secret:
create: false
name: csi-s3-library-secret
name: csi-s3-secrets
storageClass:
reclaimPolicy: Retain

View file

@ -18,19 +18,19 @@ spec:
csi:
driver: ru.yandex.s3.csi
controllerPublishSecretRef:
name: csi-s3-library-secret
namespace: csi-s3-library
name: csi-s3-secret
namespace: csi-s3
nodePublishSecretRef:
name: csi-s3-library-secret
namespace: csi-s3-library
name: csi-s3-secret
namespace: csi-s3
nodeStageSecretRef:
name: csi-s3-library-secret
namespace: csi-s3-library
name: csi-s3-secret
namespace: csi-s3
volumeAttributes:
capacity: 10Gi
mounter: geesefs
options: --memory-limit 1000 --dir-mode 0777 --file-mode 0666
volumeHandle: library-crimes
volumeHandle: the-library
---
apiVersion: v1
kind: PersistentVolumeClaim

View file

@ -1,7 +1,7 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: library-data-2024
name: library-data
namespace: library-crimes
spec:
accessModes:
@ -9,4 +9,4 @@ spec:
resources:
requests:
storage: 50Gi
storageClassName: vultr-block-storage-retain
storageClassName: do-block-storage-retain

View file

@ -16,7 +16,7 @@ ingress:
persistence:
app:
enabled: true
existingClaimName: library-data-2024
existingClaimName: library-data
data:
existingClaimName: s3-jellyfin