lemmy: Update to 0.18.1

This commit is contained in:
Alexander Olofsson 2023-07-07 16:50:19 +02:00
parent ab99bf4ba9
commit e9d7fed113
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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: