fix(quassel-core): Restore probes (#1832)

This commit is contained in:
Stavros Kois
2022-02-03 01:30:56 +02:00
committed by GitHub
parent 44b4f0640f
commit d34f437ac3
2 changed files with 1 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: quassel-core
version: 0.0.21
version: 0.0.22
appVersion: "0.14.0"
description: Quassel-core is a modern, cross-platform, distributed IRC client.
type: application

View File

@@ -11,14 +11,6 @@ podSecurityContext:
runAsUser: 0
runAsGroup: 0
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
env:
PUID: 568
DB_BACKEND: "PostgreSQL"