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-postgresql
namespace: affine
spec:
selector:
app: affine-postgresql
type: ClusterIP
ports:
- name: postgresql
protocol: TCP
port: 5432
targetPort: 5432