Files
infra-prod/deploy/affine/service.yaml
2025-06-02 01:31:34 +02:00

15 lines
287 B
YAML

# 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