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: