feat: add affine cloud helm config (#2870)

This commit is contained in:
DarkSky
2023-06-27 21:00:41 +08:00
committed by GitHub
parent 4fad21fe5c
commit 5275ff5493
8 changed files with 134 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: affine-cloud
spec:
type: ClusterIP
selector:
app: affine-cloud
ports:
- name: affine-cloud
protocol: TCP
port: 3000
targetPort: 3000