Skip to content

Commit

Permalink
[TC-1873] Fix port and workaround to skip certificate validation (tru…
Browse files Browse the repository at this point in the history
…stification#136)

* Fix port and workaround to skip certificate validation
Signed-off-by: desmax74 <[email protected]>
  • Loading branch information
desmax74 authored Dec 5, 2024
1 parent 3396a93 commit 7b1d2a2
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 7b1d2a2

Please sign in to comment.