immich added
This commit is contained in:
15
cluster/apps/immich/valkey/service.yaml
Normal file
15
cluster/apps/immich/valkey/service.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: immich-valkey
|
||||
namespace: immich
|
||||
labels:
|
||||
app: immich-valkey
|
||||
spec:
|
||||
ports:
|
||||
- name: redis
|
||||
port: 6379
|
||||
targetPort: redis
|
||||
selector:
|
||||
app: immich-valkey
|
||||
Reference in New Issue
Block a user