add nextcloud and collabora config
This commit is contained in:
43
clusters/default/tools/nextcloud/nextcloud-svc.yml
Normal file
43
clusters/default/tools/nextcloud/nextcloud-svc.yml
Normal file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: nextcloud-service
|
||||
namespace: tools
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
selector:
|
||||
app: nextcloud
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 9200
|
||||
targetPort: 443
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: collabora-service
|
||||
namespace: tools
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
selector:
|
||||
app: collabora
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 9980
|
||||
targetPort: 9980
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: nextcloud-db-service
|
||||
namespace: tools
|
||||
spec:
|
||||
selector:
|
||||
app: nextcloud-db
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 3306
|
||||
targetPort: 3306
|
||||
Reference in New Issue
Block a user