newcloud init

This commit is contained in:
2024-04-01 20:11:18 +02:00
parent 61cfa7fcf6
commit 059b36e9d7
11 changed files with 260 additions and 0 deletions

View 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