Fix kustomization: remove shelfmark/docuseal, recreate affine gateway files
This commit is contained in:
28
affine/redis/redis.yaml
Normal file
28
affine/redis/redis.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: affine-valkey
|
||||
namespace: affine
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: affine-valkey
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: affine-valkey
|
||||
spec:
|
||||
restartPolicy: Always
|
||||
containers:
|
||||
- name: affine-valkey
|
||||
image: valkey/valkey:9
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
ports:
|
||||
- containerPort: 6379
|
||||
Reference in New Issue
Block a user