lemmy: Update to 0.18.1
This commit is contained in:
parent
ab99bf4ba9
commit
e9d7fed113
2 changed files with 6 additions and 2 deletions
|
@ -3,10 +3,10 @@ apiVersion: v2
|
|||
name: lemmy
|
||||
description: A link aggregator and forum for the fediverse
|
||||
icon: https://join-lemmy.org/static/assets/images/lemmy.svg
|
||||
appVersion: 0.18.0
|
||||
appVersion: 0.18.1
|
||||
|
||||
type: application
|
||||
version: 0.3.0
|
||||
version: 0.4.0
|
||||
|
||||
maintainers:
|
||||
- name: Alexander Olofsson
|
||||
|
|
|
@ -77,6 +77,10 @@ spec:
|
|||
httpGet:
|
||||
path: /
|
||||
port: http
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: http
|
||||
resources:
|
||||
{{- toYaml .Values.backend.resources | nindent 12 }}
|
||||
volumeMounts:
|
||||
|
|
Loading…
Reference in a new issue