summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--f3s/immich/helm-chart/templates/kustomization-patch.yaml19
-rw-r--r--f3s/immich/values.yaml13
2 files changed, 19 insertions, 13 deletions
diff --git a/f3s/immich/helm-chart/templates/kustomization-patch.yaml b/f3s/immich/helm-chart/templates/kustomization-patch.yaml
new file mode 100644
index 0000000..49be46b
--- /dev/null
+++ b/f3s/immich/helm-chart/templates/kustomization-patch.yaml
@@ -0,0 +1,19 @@
+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
diff --git a/f3s/immich/values.yaml b/f3s/immich/values.yaml
index 141a5a9..4063242 100644
--- a/f3s/immich/values.yaml
+++ b/f3s/immich/values.yaml
@@ -22,19 +22,6 @@ immich:
# Server component with ingress
server:
enabled: true
- controllers:
- main:
- containers:
- main:
- volumeMounts:
- - name: yoga-videos
- mountPath: /external/yoga-videos
- readOnly: true
- volumes:
- - name: yoga-videos
- persistentVolumeClaim:
- claimName: immich-yoga-videos-pvc
- readOnly: true
ingress:
main:
enabled: true