summaryrefslogtreecommitdiff
path: root/f3s
diff options
context:
space:
mode:
Diffstat (limited to 'f3s')
-rw-r--r--f3s/immich/helm-chart/templates/kustomization-patch.yaml19
1 files changed, 0 insertions, 19 deletions
diff --git a/f3s/immich/helm-chart/templates/kustomization-patch.yaml b/f3s/immich/helm-chart/templates/kustomization-patch.yaml
deleted file mode 100644
index 49be46b..0000000
--- a/f3s/immich/helm-chart/templates/kustomization-patch.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-apiVersion: apps/v1
-kind: Deployment
-metadata:
- name: immich-server
- namespace: services
-spec:
- template:
- spec:
- containers:
- - name: immich-server
- volumeMounts:
- - name: yoga-videos
- mountPath: /external/yoga-videos
- readOnly: true
- volumes:
- - name: yoga-videos
- persistentVolumeClaim:
- claimName: immich-yoga-videos-pvc
- readOnly: true