Skip to content

Commit

Permalink
Fix port and workaround to skip certificate validation
Browse files Browse the repository at this point in the history
Signed-off-by: desmax74 <[email protected]>
  • Loading branch information
desmax74 committed Dec 4, 2024
1 parent 647b3cc commit 44fa65b
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ spec:
scheme: HTTPS
livenessProbe:
initialDelaySeconds: {{ tpa_single_node_probe_initial_delay_seconds }}
httpGet:
path: /healthz
port: 9010
scheme: HTTPS
exec:
command:
- /bin/curl
- -kf
- 'https://localhost:8089/healthz'
ports:
- containerPort: 9010
protocol: TCP
Expand Down

0 comments on commit 44fa65b

Please sign in to comment.