Skip to content

Instantly share code, notes, and snippets.

@mr-karan
mr-karan / deployment.hcl
Last active February 3, 2025 23:36
Single Node nomad and consul
job "hello-world" {
datacenters = ["dc1"]
namespace = "default"
type = "service"
group "redis" {
# Specify number of replicas of redis needed.
count = 1
# Specify networking for the group, port allocs.