Add Redis for immich

This commit is contained in:
Daniel Cosme
2026-05-05 12:23:57 -04:00
parent f6aa470049
commit 4b1d5a6f9b
13 changed files with 81 additions and 19 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: redis
name: redis
namespace: immich
spec:
ports:
- port: 6379
targetPort: 0
selector:
app: redis
status:
loadBalancer: {}