Skip to content
Snippets Groups Projects
Verified Commit b73536f7 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

docs(mastodon): Fix claim about emptyDir

It's actually possible to use emptyDir, but only with the correct medium
therefore this new release adjust the documentation in values.yaml
parent 0335f227
No related branches found
No related tags found
No related merge requests found
Pipeline #18349 passed
...@@ -17,7 +17,7 @@ annotations: ...@@ -17,7 +17,7 @@ annotations:
- name: support - name: support
url: https://matrix.to/#/#mastodon-on-kubernetes:shivering-isles.com url: https://matrix.to/#/#mastodon-on-kubernetes:shivering-isles.com
type: application type: application
version: 7.1.0 version: 7.1.1
kubeVersion: ">= 1.23" kubeVersion: ">= 1.23"
# renovate: image=ghcr.io/mastodon/mastodon # renovate: image=ghcr.io/mastodon/mastodon
appVersion: "v4.1.9" appVersion: "v4.1.9"
......
# mastodon # mastodon
![Version: 7.1.0](https://img.shields.io/badge/Version-7.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.1.9](https://img.shields.io/badge/AppVersion-v4.1.9-informational?style=flat-square) ![Version: 7.1.1](https://img.shields.io/badge/Version-7.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.1.9](https://img.shields.io/badge/AppVersion-v4.1.9-informational?style=flat-square)
Mastodon is a free, open-source social network server based on ActivityPub. Mastodon is a free, open-source social network server based on ActivityPub.
......
...@@ -86,8 +86,9 @@ mastodon: ...@@ -86,8 +86,9 @@ mastodon:
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
# -- temporary volume template required for read-only root filesystem # -- temporary volume template required for read-only root filesystem
temporaryVolumeTemplate: temporaryVolumeTemplate:
# emptydir is currently not possible due to permissions issue with Ruby: https://microblog.shivering-isles.com/@sheogorath/111040613569754423 # emptydir is currently limited to medium Memory due to a Ruby special handling of temporary directories: https://shivering-isles.com/about-read-only-containers-ruby-and-emptydir
# emptydir: {} # emptydir:
# medium: Memory
ephemeral: ephemeral:
volumeClaimTemplate: volumeClaimTemplate:
spec: spec:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment