ISSUE-30 - Fix syntax on tcp liveness probe #31

Merged
adrian-salas merged 1 commits from patch-1 into master 2023-02-07 08:40:22 +00:00

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"`