mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 01:13:41 +08:00
cdb16b0411
Signed-off-by: BP <busta.pipes@gmail.com>
19 lines
495 B
YAML
Executable file
19 lines
495 B
YAML
Executable file
{{- if eq .Values.ONLYOFFICE_ENABLED "yes" }}
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
annotations:
|
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
|
kompose.version: 1.30.0 (9d8dcb518)
|
|
labels:
|
|
io.kompose.service: nextcloud-aio-onlyoffice
|
|
name: nextcloud-aio-onlyoffice
|
|
namespace: {{ .Values.NAMESPACE }}
|
|
spec:
|
|
ports:
|
|
- name: "80"
|
|
port: 80
|
|
targetPort: 80
|
|
selector:
|
|
io.kompose.service: nextcloud-aio-onlyoffice
|
|
{{- end }}
|