Skip to content

Commit

Permalink
Use official image minus liveness probe
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyqs committed Mar 7, 2018
1 parent 1f6add6 commit f54b89a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/util/kubernetes/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ func NewNatsPodSpec(clusterName string, cs spec.ClusterSpec, owner metav1.OwnerR

container := natsPodContainer(clusterName, cs.Version)
container = containerWithLivenessProbe(container, natsLivenessProbe(cs.TLS.IsSecureClient()))
container = containerWithReadinessProbe(container, natsReadinessProbe(clusterName))

if cs.Pod != nil {
container = containerWithRequirements(container, cs.Pod.Resources)
Expand Down

0 comments on commit f54b89a

Please sign in to comment.