{{- 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.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-onlyoffice name: nextcloud-aio-onlyoffice namespace: {{ .Values.NAMESPACE }} spec: ipFamilyPolicy: PreferDualStack ports: - name: "80" port: 80 targetPort: 80 selector: io.kompose.service: nextcloud-aio-onlyoffice {{- end }}