Split manifests into infra/ and applications/
This commit is contained in:
14
applications/immich/valkey/immich-valkey-service.yaml
Normal file
14
applications/immich/valkey/immich-valkey-service.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: valkey
|
||||
namespace: immich
|
||||
spec:
|
||||
selector:
|
||||
app: valkey
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- name: valkey-port
|
||||
protocol: TCP
|
||||
port: 6379
|
||||
targetPort: 6379
|
||||
Reference in New Issue
Block a user