feat: add collabora deployment and services for Nextcloud integration

This commit is contained in:
2025-04-16 04:58:27 +05:30
parent f935971632
commit a6bbca9a89
3 changed files with 115 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
---
apiVersion: v1
kind: Service
metadata:
name: nextcloud-service
namespace: default
spec:
type: NodePort
selector:
app: nextcloud
ports:
- protocol: TCP
port: 443
targetPort: 443
nodePort: 9200
---
apiVersion: v1
kind: Service
metadata:
name: collabora-service
namespace: default
spec:
type: NodePort
selector:
app: collabora
ports:
- protocol: TCP
port: 9980
targetPort: 9980
nodePort: 9980
---
apiVersion: v1
kind: Service
metadata:
name: nextcloud-int-service
namespace: default
spec:
selector:
app: nextcloud
ports:
- protocol: TCP
port: 443
targetPort: 443