mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 02:13:00 +08:00
feat: add affine cloud helm config (#2870)
This commit is contained in:
13
.github/helm/affine-cloud/templates/services.yaml
vendored
Normal file
13
.github/helm/affine-cloud/templates/services.yaml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user