add affine

This commit is contained in:
2025-06-02 01:31:34 +02:00
parent 08331f6ae3
commit fd004a7479
6 changed files with 196 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# This Service exposes Affine on port 3010 within the cluster
apiVersion: v1
kind: Service
metadata:
name: affine-server
namespace: affine
spec:
selector:
app: affine-server
ports:
- name: http
port: 3010
targetPort: 3010
protocol: TCP
type: ClusterIP