Skip to content

Commit

Permalink
Fix port and workaround to skip certificate validation (trustificatio…
Browse files Browse the repository at this point in the history
…n#137)

Signed-off-by: desmax74 <[email protected]>
  • Loading branch information
desmax74 authored Dec 5, 2024
1 parent 647b3cc commit 340efa7
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 340efa7

Please sign in to comment.