Skip to content
Snippets Groups Projects
Verified Commit cbf49d41 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: correct issue with restarts of mastodon chart

parent 05e75eb8
No related branches found
No related tags found
No related merge requests found
Pipeline #2939 passed
......@@ -2,5 +2,5 @@ apiVersion: v2
name: mastodon
description: Helm Chart for mastodon
type: application
version: 0.3.0
version: 0.3.1
appVersion: "v4.0"
......@@ -33,6 +33,14 @@ spec:
- name: tmp
emptyDir:
medium: Memory
initContainers:
- name: clear-tmp
image: alpine:latest
imagePullPolicy: Always
command:
- rm
- -f
- /opt/mastodon/tmp/pids/server.pid
containers:
- name: {{ .Chart.Name }}
securityContext:
......
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