fix health
This commit is contained in:
parent
33a60cb10f
commit
00aabcb305
1 changed files with 5 additions and 1 deletions
|
|
@ -4,8 +4,12 @@ metadata:
|
||||||
name: hermes-health-check
|
name: hermes-health-check
|
||||||
namespace: customer1
|
namespace: customer1
|
||||||
spec:
|
spec:
|
||||||
|
targetRef:
|
||||||
|
group: ""
|
||||||
|
kind: Service
|
||||||
|
name: http-tele-webhook
|
||||||
default:
|
default:
|
||||||
config:
|
config:
|
||||||
type: TCP # Switched from HTTP to TCP
|
type: TCP
|
||||||
tcpHealthCheck:
|
tcpHealthCheck:
|
||||||
port: 9118
|
port: 9118
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue