Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/dotcms/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: dotcms
description: A Helm chart for DotCMS cluster
type: application
version: 1.0.31
version: 1.0.32
appVersion: 1.0.0
maintainers:
- name: dcolina
Expand Down
12 changes: 6 additions & 6 deletions charts/dotcms/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,8 @@ backup:
startupProbe:
httpGet:
# -- Path to check for readiness
# @default -- /dotmgmt/readyz
path: /dotmgmt/readyz
# @default -- /dotmgt/readyz
path: /dotmgt/readyz
# -- Port used for the readiness probe (defaults to management port if enabled)
# @default -- 8090
port: 8090
Expand All @@ -511,8 +511,8 @@ startupProbe:
livenessProbe:
httpGet:
# -- Path to check liveness
# @default -- /dotmgmt/livez
path: /dotmgmt/livez
# @default -- /dotmgt/livez
path: /dotmgt/livez
# -- Port used for the liveness probe
# @default -- 8090
port: 8090
Expand All @@ -536,8 +536,8 @@ livenessProbe:
readinessProbe:
httpGet:
# -- Path to check readiness
# @default -- /dotmgmt/readyz
path: /dotmgmt/readyz
# @default -- /dotmgt/readyz
path: /dotmgt/readyz
# -- Port used for the readiness probe
# @default -- 8090
port: 8090
Expand Down