newcloud init
This commit is contained in:
14
apps/newcloud/base/collabora-service.yaml
Normal file
14
apps/newcloud/base/collabora-service.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
app: collabora
|
||||
name: collabora
|
||||
type: ClusterIp
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 8510
|
||||
targetPort: 9980
|
||||
selector:
|
||||
app: collabora
|
Reference in New Issue
Block a user