helm collabora kubernetes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
520 B

  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: {{ include "collabora-online.fullname" . }}
  5. labels:
  6. {{- include "collabora-online.labels" . | nindent 4 }}
  7. type: main
  8. {{- with .Values.service.annotations }}
  9. annotations:
  10. {{- toYaml . | nindent 4 }}
  11. {{- end }}
  12. spec:
  13. type: {{ .Values.service.type }}
  14. ports:
  15. - port: {{ .Values.service.port }}
  16. targetPort: http
  17. protocol: TCP
  18. name: http
  19. selector:
  20. {{- include "collabora-online.selectorLabels" . | nindent 4 }}
  21. type: main