From 63aecd06348f4547f529dce3f3d2cd6491f3d268 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 14 Jul 2022 12:30:52 +0300 Subject: [PATCH] fix(apps): disable HTTP probes temporarily (#3173) * fix(apps): disable HTTP probes temporarily * Update charts/incubator/clickhouse/values.yaml * Update charts/incubator/clickhouse/Chart.yaml * Update charts/incubator/plausible/values.yaml * Update charts/incubator/plausible/Chart.yaml Co-authored-by: Kjeld Schouten-Lebbing --- charts/stable/authelia/Chart.yaml | 2 +- charts/stable/authelia/values.yaml | 20 +++++++++---------- charts/stable/traefik/values.yaml | 31 ++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 11 deletions(-) diff --git a/charts/stable/authelia/Chart.yaml b/charts/stable/authelia/Chart.yaml index 44f2169ebf6..d28733f48b6 100644 --- a/charts/stable/authelia/Chart.yaml +++ b/charts/stable/authelia/Chart.yaml @@ -38,7 +38,7 @@ sources: - https://github.com/authelia/chartrepo - https://github.com/authelia/authelia type: application -version: 11.0.18 +version: 11.0.19 annotations: truecharts.org/catagories: | - security diff --git a/charts/stable/authelia/values.yaml b/charts/stable/authelia/values.yaml index 8fc31de1e67..20e8306d3aa 100644 --- a/charts/stable/authelia/values.yaml +++ b/charts/stable/authelia/values.yaml @@ -46,18 +46,18 @@ envFrom: - configMapRef: name: authelia-paths -probes: - liveness: - type: HTTP - path: /api/health" +# probes: +# liveness: +# type: HTTP +# path: /api/health" - readiness: - type: HTTP - path: "/api/health" +# readiness: +# type: HTTP +# path: "/api/health" - startup: - type: HTTP - path: "/api/health" +# startup: +# type: HTTP +# path: "/api/health" domain: example.com diff --git a/charts/stable/traefik/values.yaml b/charts/stable/traefik/values.yaml index 691fd7c5255..7e71c004238 100644 --- a/charts/stable/traefik/values.yaml +++ b/charts/stable/traefik/values.yaml @@ -204,6 +204,37 @@ service: udp: enabled: false +# probes: +# # -- Liveness probe configuration +# # @default -- See below +# liveness: +# # -- sets the probe type when not using a custom probe +# # @default -- "TCP" +# type: HTTP +# # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used +# # @default -- "/" +# path: "/ping" + +# # -- Redainess probe configuration +# # @default -- See below +# readiness: +# # -- sets the probe type when not using a custom probe +# # @default -- "TCP" +# type: HTTP +# # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used +# # @default -- "/" +# path: "/ping" + +# # -- Startup probe configuration +# # @default -- See below +# startup: +# # -- sets the probe type when not using a custom probe +# # @default -- "TCP" +# type: HTTP +# # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used +# # @default -- "/" +# path: "/ping" + # -- Whether Role Based Access Control objects like roles and rolebindings should be created rbac: main: