Move affine to deprecated

This commit is contained in:
2026-06-21 10:22:47 +02:00
parent f1c46b1e3e
commit f1286e4d0b
10 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: affine-valkey
namespace: affine
spec:
selector:
app: affine-valkey
type: ClusterIP
ports:
- name: valkey
protocol: TCP
port: 6379
targetPort: 6379