diff options
| author | Paul Buetow <paul@buetow.org> | 2025-12-26 00:18:10 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-12-26 00:18:10 +0200 |
| commit | b98b461b84d7aecc0ba6bede1848e65bc0446627 (patch) | |
| tree | f49852657e7db093773dbd884105f9dcdfe00d08 /f3s/filerise/Justfile | |
| parent | 1899671eea99a57a2e41e059582aeb850f4d3fcb (diff) | |
delete filrerise
Diffstat (limited to 'f3s/filerise/Justfile')
| -rw-r--r-- | f3s/filerise/Justfile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/f3s/filerise/Justfile b/f3s/filerise/Justfile deleted file mode 100644 index 37b3265..0000000 --- a/f3s/filerise/Justfile +++ /dev/null @@ -1,16 +0,0 @@ -NAMESPACE := "services" -RELEASE_NAME := "filerise" -CHART_PATH := "./helm-chart" - -install: - helm install {{RELEASE_NAME}} {{CHART_PATH}} --namespace {{NAMESPACE}} --create-namespace - -upgrade: - helm upgrade {{RELEASE_NAME}} {{CHART_PATH}} --namespace {{NAMESPACE}} - -delete: - helm uninstall {{RELEASE_NAME}} --namespace {{NAMESPACE}} - kubectl delete pvc filerise-uploads-pvc filerise-users-pvc filerise-metadata-pvc -n {{NAMESPACE}} --ignore-not-found - kubectl delete pv filerise-uploads-pv filerise-users-pv filerise-metadata-pv --ignore-not-found - -deinstall: delete |
