From 76408c22f2dd1b672619d7e25b4d8f9f04f8f2b4 Mon Sep 17 00:00:00 2001 From: haroldsphinx Date: Sat, 18 Feb 2023 16:32:07 +0100 Subject: [PATCH] Standardize deployment Signed-off-by: haroldsphinx --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3268c4..18aeef1 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# terraform-ingress-controller \ No newline at end of file +# terraform-ingress-controller + +## Example Usage + +module "ingress_controller" { + source = "git@github.com:blockopsnetwork/terraform-ingress-controller?ref=ingress-controller-setup" + namespace = "sre" + replicas = { + min = 1 + max = 3 + } +} \ No newline at end of file