diff --git a/templates/onlyoffice-service.yaml b/templates/onlyoffice-service.yaml index 0519adc143dd716b0a85ddf9893c476ac981410f..9de08f419025883a50315b28c749e5ca2271e0a7 100644 --- a/templates/onlyoffice-service.yaml +++ b/templates/onlyoffice-service.yaml @@ -14,6 +14,10 @@ spec: targetPort: http protocol: TCP name: http + - port: 8080 + targetPort: spellchecker + protocol: TCP + name: spellchecker selector: app.kubernetes.io/name: {{ include "onlyoffice-documentserver.name" . }} app.kubernetes.io/instance: {{ .Release.Name }}