Move affine to deprecated

This commit is contained in:
2026-06-21 10:22:47 +02:00
parent e83fe33109
commit edef407a7e
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