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 <kjeld@schouten-lebbing.nl>
This commit is contained in:
Stavros Kois 2022-07-14 12:30:52 +03:00 committed by GitHub
parent c5bed0cae4
commit 63aecd0634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 42 additions and 11 deletions

View File

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

View File

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

View File

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