diff --git a/charts/stable/quassel-core/questions.yaml b/charts/stable/quassel-core/questions.yaml index e44935a4099..30e21eafaec 100644 --- a/charts/stable/quassel-core/questions.yaml +++ b/charts/stable/quassel-core/questions.yaml @@ -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 diff --git a/charts/stable/quassel-core/values.yaml b/charts/stable/quassel-core/values.yaml index 13188db676a..89963067bb4 100644 --- a/charts/stable/quassel-core/values.yaml +++ b/charts/stable/quassel-core/values.yaml @@ -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"