summaryrefslogtreecommitdiff
path: root/f3s
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-30 22:28:50 +0200
committerPaul Buetow <paul@buetow.org>2026-01-30 22:28:50 +0200
commite32f1735ec7c5514f3bf215b481ef3a4882827e0 (patch)
tree4c08791018490d400106ab24b66abba679dae3cd /f3s
parent3262ca7d3c1fc8fc12df5c5e91998f514903fd48 (diff)
Remove kustomization patch - now managed via ArgoCD Helm source
Amp-Thread-ID: https://ampcode.com/threads/T-019c1088-dc3e-701a-b064-5e50cf52b32a Co-authored-by: Amp <amp@ampcode.com>
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