Skip to content

Commit

Permalink
Update liveness / readiness config for connector
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantxpatel committed Dec 15, 2023
1 parent 83e8984 commit 4e89f5b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions mxd/modules/connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
participant:
id: "test-participant"
controlplane:
# livenessProbe:
# enabled: false
# readinessProbe:
# enabled: false
debug:
enabled: true
port: 1044
livenessProbe:
enabled: true
readinessProbe:
enabled: true
service:
type: NodePort
endpoints:
Expand All @@ -51,13 +51,13 @@ controlplane:
client:
secretAlias: "client-secret"
dataplane:
# livenessProbe:
# enabled: false
# readinessProbe:
# enabled: false
debug:
enabled: true
port: 1044
livenessProbe:
enabled: true
readinessProbe:
enabled: true
image:
pullPolicy: Never
tag: "latest"
Expand Down

0 comments on commit 4e89f5b

Please sign in to comment.