fix(quassel-core): Remove probes and portal, as this is only a backend (#1827)

This commit is contained in:
Stavros Kois 2022-02-02 18:37:21 +02:00 committed by GitHub
parent cae2355668
commit 24198abfd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 23 deletions

View File

@ -1,28 +1,6 @@
# Include{groups}
portals:
web_portal:
protocols:
- "$kubernetes-resource_configmap_portal_protocol"
host:
- "$kubernetes-resource_configmap_portal_host"
ports:
- "$kubernetes-resource_configmap_portal_port"
portals: {}
questions:
- variable: portal
group: "Container Image"
label: "Configure Portal Button"
schema:
type: dict
hidden: true
attrs:
- variable: enabled
label: "Enable"
description: "enable the portal button"
schema:
hidden: true
editable: false
type: boolean
default: true
# Include{global}
- variable: controller

View File

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