File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: rocketadmin
33description : Rocketadmin is a web-based application for creating admin panels for your projects.
44type : application
55icon : https://avatars.githubusercontent.com/u/84132223
6- version : 1.0.3
6+ version : 1.0.4
77home : https://rocketadmin.com
88sources :
99 - https://github.com/rocket-admin/rocketadmin
Original file line number Diff line number Diff line change @@ -28,10 +28,16 @@ spec:
2828 securityContext :
2929 {{- toYaml .Values.podSecurityContext | nindent 8 }}
3030{{- if .Values.pglite.enabled }}
31+ strategy :
32+ type : Recreate
3133 volumes :
3234 - name : rocketadmin-data
3335 persistentVolumeClaim :
3436 claimName : rocketadmin-data-pvc
37+ - name : tmp
38+ emptyDir :
39+ medium : Memory
40+ sizeLimit : 64Mi
3541{{- end }}
3642 containers :
3743 - name : {{ .Chart.Name }}
5056 volumeMounts :
5157 - name : rocketadmin-data
5258 mountPath : /app/backend/pglite-storage
59+ - mountPath : /tmp
60+ name : tmp
61+ subPath : tmp
5362{{- end }}
5463 livenessProbe :
5564 httpGet :
You can’t perform that action at this time.
0 commit comments