Skip to content

Commit

Permalink
Remove disabling probes from self-signed example
Browse files Browse the repository at this point in the history
  • Loading branch information
PurseChicken committed Nov 14, 2023
1 parent 4ea397a commit ce09e8c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions examples/7-self-signed/zitadel-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,4 @@ zitadel:
Admin:
Username: postgres
SSL:
Mode: disable

# The probes fail if zitadel.selfSignedCert.enabled is true
readinessProbe:
enabled: false

livenessProbe:
enabled: false

startupProbe:
enabled: false
Mode: disable

0 comments on commit ce09e8c

Please sign in to comment.