add nextcloud and collabora manifests
All checks were successful
Validate Kubernetes Manifests / kubeconform (pull_request) Successful in 21s

This commit is contained in:
2025-12-28 08:01:05 +05:30
parent 2b465a8998
commit 9097406ba2
7 changed files with 259 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
---
apiVersion: v1
kind: Service
metadata:
name: nextcloud-service
namespace: tools
spec:
selector:
app: nextcloud
ports:
- protocol: TCP
port: 443
targetPort: 443
---
apiVersion: v1
kind: Service
metadata:
name: collabora-service
namespace: tools
spec:
selector:
app: collabora
ports:
- protocol: TCP
port: 9980
targetPort: 9980
---
apiVersion: v1
kind: Service
metadata:
name: nextcloud-db
namespace: tools
spec:
selector:
app: nextcloud-db
ports:
- protocol: TCP
port: 3306
targetPort: 3306
clusterIP: None