[PR #859] [MERGED] Add securityContext to provided Kubernetes manifest #825

Closed
opened 2026-02-25 23:35:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/859
Author: @piano1029
Created: 3/17/2024
Status: Merged
Merged: 3/23/2024
Merged by: @fmartingr

Base: masterHead: docs/k8s-securitycontext


📝 Commits (1)

  • dc3760b Add securityContext to provided Kubernetes manifest

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 docs/Installation.md (+4 -0)

📄 Description

In the (currently) provided Kubernetes deployment manifest the securityContext is missing, this results in Shiori crashing with a vague "out of memory" error. This pull request adds the securityContext with the same uid and gid values as in the Docker image (1000), fixes #791.


🔄 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/go-shiori/shiori/pull/859 **Author:** [@piano1029](https://github.com/piano1029) **Created:** 3/17/2024 **Status:** ✅ Merged **Merged:** 3/23/2024 **Merged by:** [@fmartingr](https://github.com/fmartingr) **Base:** `master` ← **Head:** `docs/k8s-securitycontext` --- ### 📝 Commits (1) - [`dc3760b`](https://github.com/go-shiori/shiori/commit/dc3760b86abb3c3cd423ae7853086c9bd9b89dca) Add securityContext to provided Kubernetes manifest ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/Installation.md` (+4 -0) </details> ### 📄 Description In the (currently) provided Kubernetes deployment manifest the securityContext is missing, this results in Shiori crashing with a vague "out of memory" error. This pull request adds the securityContext with the same uid and gid values as in the Docker image (1000), fixes #791. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:35:35 +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/shiori#825
No description provided.