Add Immich Deployment

This commit is contained in:
Daniel Cosme
2026-05-05 12:27:12 -04:00
parent 34d558db72
commit 4447067020
5 changed files with 82 additions and 6 deletions
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: immich
name: immich
namespace: immich
spec:
ports:
- port: 2283
targetPort: 0
selector:
app: immich
status:
loadBalancer: {}