Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

example hcl minor cleanup #33

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions example/redis-cluster.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,6 @@ job "redis-cluster" {
}
service {
name = var.await-service-name
jcjones marked this conversation as resolved.
Show resolved Hide resolved
port = "db"
check {
name = "db:tcp-alive"
type = "tcp"
port = "db"
interval = "3s"
timeout = "2s"
}
check {
name = "attache:tcp-alive"
type = "tcp"
Expand Down