mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-26 17:36:53 +00:00
Helm Chart updates
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
f5c32a1a67
commit
91a977e09e
16 changed files with 162 additions and 5 deletions
18
helm-chart/templates/nextcloud-aio-collabora-service.yaml
Normal file
18
helm-chart/templates/nextcloud-aio-collabora-service.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{{- if eq .Values.COLLABORA_ENABLED "yes" }}
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -c -f latest.yml
|
||||
kompose.version: 1.28.0 (c4137012e)
|
||||
labels:
|
||||
io.kompose.service: nextcloud-aio-collabora
|
||||
name: nextcloud-aio-collabora
|
||||
spec:
|
||||
ports:
|
||||
- name: "9980"
|
||||
port: 9980
|
||||
targetPort: 9980
|
||||
selector:
|
||||
io.kompose.service: nextcloud-aio-collabora
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue