mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 22:18:54 +08:00
feat: add affine cloud helm config (#2870)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user