[PR #174] [CLOSED] Kubernetes deployment manifest example #485

Closed
opened 2026-02-26 10:32:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/174
Author: @MnrGreg
Created: 7/17/2019
Status: Closed

Base: developHead: kubernetes-deployment-manifest-example


📝 Commits (3)

  • b7ae012 change nginx from tcp 80 to tcp 18080
  • 943ad2e Example kubernetes deployment manifest
  • a5a816c add healthchecks

📊 Changes

4 files changed (+442 additions, -6 deletions)

View changed files

📝 Dockerfile (+1 -1)
📝 README.md (+17 -4)
kubernetes-deployment.yaml (+421 -0)
📝 run-document-server.sh (+3 -1)

📄 Description

This is an example working kubernetes manifest for deploying onto a kubernetes cluster. This runs as a single self contained pod replica, so there is no redundancy or scalability.

In future we would like to see the components split out into their own replicas which can then be autoscaled independently.

This assumes nginx is running on port 18080 as per PR #173


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/174 **Author:** [@MnrGreg](https://github.com/MnrGreg) **Created:** 7/17/2019 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `kubernetes-deployment-manifest-example` --- ### 📝 Commits (3) - [`b7ae012`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/b7ae012edabb94fcef9e009bf038f91b23c8d00f) change nginx from tcp 80 to tcp 18080 - [`943ad2e`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/943ad2e89f32b77baf426c088754b52a015b6ab8) Example kubernetes deployment manifest - [`a5a816c`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/a5a816c6c6f1dc2ee1397ecee397aa5f97de4443) add healthchecks ### 📊 Changes **4 files changed** (+442 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -1) 📝 `README.md` (+17 -4) ➕ `kubernetes-deployment.yaml` (+421 -0) 📝 `run-document-server.sh` (+3 -1) </details> ### 📄 Description This is an example working kubernetes manifest for deploying onto a kubernetes cluster. This runs as a single self contained pod replica, so there is no redundancy or scalability. In future we would like to see the components split out into their own replicas which can then be autoscaled independently. This assumes nginx is running on port 18080 as per PR #173 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:32:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#485
No description provided.