add affine
This commit is contained in:
15
deploy/affine/service.yaml
Normal file
15
deploy/affine/service.yaml
Normal 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
|
||||
Reference in New Issue
Block a user