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
|
name: lemmy
|
||||||
description: A link aggregator and forum for the fediverse
|
description: A link aggregator and forum for the fediverse
|
||||||
icon: https://join-lemmy.org/static/assets/images/lemmy.svg
|
icon: https://join-lemmy.org/static/assets/images/lemmy.svg
|
||||||
appVersion: 0.18.0
|
appVersion: 0.18.1
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
version: 0.3.0
|
version: 0.4.0
|
||||||
|
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Alexander Olofsson
|
- name: Alexander Olofsson
|
||||||
|
|
|
@ -77,6 +77,10 @@ spec:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: http
|
port: http
|
||||||
|
startupProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /
|
||||||
|
port: http
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.backend.resources | nindent 12 }}
|
{{- toYaml .Values.backend.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
Loading…
Reference in a new issue