storage-limbosolutions-com, deploy scripts
All checks were successful
Monitoring services CI/CD Pipeline / deploy (push) Successful in 24s
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 18s

This commit is contained in:
2025-12-07 04:11:56 +00:00
parent d5f2d199f5
commit ab0ca9d365
5 changed files with 31 additions and 20 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/bash
set -e
kubectl kustomize ./storage-limbosolutions-com/deploy/infra | kubectl apply -f -
helm repo add seaweedfs-csi-driver https://seaweedfs.github.io/seaweedfs-csi-driver/helm
helm repo update seaweedfs-csi-driver
helm upgrade --install \
--set seaweedfsFiler=192.168.14.32:7888 \
--set storageClassName=storage-limbosolutions-com \
--set driverName=storage-limbosolutions-com-seaweedfs-csi \
--values=./storage-limbosolutions-com/deploy/helm/values.yaml \
storage-limbosolutions-com-seaweedfs-csi-driver seaweedfs-csi-driver/seaweedfs-csi-driver --namespace storage-limbosolutions-com