ISSUE-30 - Fix syntax on tcp liveness probe

Closes #30
This commit is contained in:
adrian-salas
2022-07-20 17:42:39 +02:00
committed by Patrice Ferlet
parent a2bf9c005b
commit 7feb7427f2

View File

@@ -10,7 +10,7 @@ import (
type Probe struct {
HttpGet *HttpGet `yaml:"httpGet,omitempty"`
Exec *Exec `yaml:"exec,omitempty"`
TCP *TCP `yaml:"tcp,omitempty"`
TCP *TCP `yaml:"tcpSocket,omitempty"`
Period float64 `yaml:"periodSeconds"`
InitialDelay float64 `yaml:"initialDelaySeconds"`
Success uint64 `yaml:"successThreshold"`